Disable reply with autocomplete test due to flakiness (#13409)
* disable reply with autocomplete test due to flakiness * change to use skip
This commit is contained in:
parent
9f48b2cfb7
commit
1a5ae75140
1 changed files with 2 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ describe('Comment on articles', () => {
|
|||
});
|
||||
|
||||
describe('Comments using mention autocomplete', () => {
|
||||
xit('should comment on an article with user mention autocomplete suggesting max 6 users', () => {
|
||||
it.skip('should comment on an article with user mention autocomplete suggesting max 6 users', () => {
|
||||
cy.intercept(
|
||||
{ method: 'GET', url: '/search/usernames' },
|
||||
{ fixture: 'search/usernames.json' },
|
||||
|
|
@ -259,7 +259,7 @@ describe('Comment on articles', () => {
|
|||
cy.get('@plainTextArea').should('be.visible');
|
||||
});
|
||||
|
||||
it('should reply to a comment with user mention autocomplete', () => {
|
||||
it.skip('should reply to a comment with user mention autocomplete', () => {
|
||||
cy.intercept(
|
||||
{ method: 'GET', url: '/search/usernames' },
|
||||
{ fixture: 'search/usernames.json' },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue