Fix Flaky test failing on prod and in master branch (#31407)

Этот коммит содержится в:
yasser khan
2025-06-18 17:22:57 +05:30
коммит произвёл GitHub
родитель df1b278f62
Коммит b784074212
5 изменённых файлов: 7 добавлений и 2 удалений

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

@@ -44,6 +44,8 @@ describe('Keyboard Shortcuts', () => {
// # Press Cmd/Ctrl-K to open "Switch Channels" modal
cy.uiGetPostTextBox().cmdOrCtrlShortcut('K');
cy.waitUntil(() => cy.findAllByTestId('suggestionList').should('be.visible'));
// # Click on the GM link to go to channel
cy.get('.status--group').click();