MM-61306: Cypress/E2E, fixed failed tests (#28959)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
857fd87a47
Коммит
77862dd581
@@ -28,6 +28,7 @@ describe('Toast', () => {
|
||||
// # Search for a term e.g.test
|
||||
const searchTerm = 'test';
|
||||
cy.postMessage(searchTerm);
|
||||
cy.uiGetSearchContainer().should('be.visible').click();
|
||||
cy.uiGetSearchBox().type(searchTerm).type('{enter}');
|
||||
|
||||
// # Click on Jump to link in search results
|
||||
|
||||
Ссылка в новой задаче
Block a user