Fix Cypress tests on master (#26500)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6ea363e260
Коммит
9e5d486a5b
@@ -68,7 +68,6 @@ describe('Quick switcher', () => {
|
||||
|
||||
// # Search with the term a
|
||||
cy.focused().type('a').wait(TIMEOUTS.HALF_SEC);
|
||||
cy.get('body').type('{downarrow}');
|
||||
|
||||
// * Should have recently interacted DM on top
|
||||
cy.get('.suggestion--selected').should('exist').and('contain.text', secondUser.username);
|
||||
@@ -86,7 +85,6 @@ describe('Quick switcher', () => {
|
||||
|
||||
// # Search with the term a
|
||||
cy.focused().type('a').wait(TIMEOUTS.HALF_SEC);
|
||||
cy.get('body').type('{downarrow}');
|
||||
|
||||
// * Should have recently interacted DM on top
|
||||
cy.get('.suggestion--selected').should('exist').and('contain.text', thirdUser.username);
|
||||
@@ -100,7 +98,6 @@ describe('Quick switcher', () => {
|
||||
|
||||
cy.uiGetPostTextBox().cmdOrCtrlShortcut('K');
|
||||
cy.focused().type('a').wait(TIMEOUTS.HALF_SEC);
|
||||
cy.get('body').type('{downarrow}');
|
||||
|
||||
// * Should have recently interacted DM on top
|
||||
cy.get('.suggestion--selected').should('exist').and('contain.text', secondUser.username);
|
||||
|
||||
Ссылка в новой задаче
Block a user