Этот коммит содержится в:
yasserfaraazkhan
2024-03-20 23:09:45 +05:30
коммит произвёл GitHub
родитель 6ea363e260
Коммит 9e5d486a5b
33 изменённых файлов: 104 добавлений и 116 удалений

Просмотреть файл

@@ -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);