коммит произвёл
GitHub
родитель
8bd603eb12
Коммит
a9a879d00d
@@ -56,12 +56,12 @@ describe('Search', () => {
|
||||
cy.uiGetChannelPinButton().click();
|
||||
|
||||
// * Verify the pinned post RHS is open
|
||||
cy.uiGetRHS().should('contain', 'Pinned Posts');
|
||||
cy.uiGetRHS().should('contain', 'Pinned messages');
|
||||
|
||||
// # Now click on the saved post button from the header
|
||||
cy.uiGetSavedPostButton().click();
|
||||
|
||||
// * Verify the pinned post RHS is open
|
||||
cy.uiGetRHS().should('contain', 'Saved posts');
|
||||
cy.uiGetRHS().should('contain', 'Saved messages');
|
||||
});
|
||||
});
|
||||
|
||||
@@ -45,9 +45,9 @@ describe('Search', () => {
|
||||
// # Verify that the cleared search text does not appear on the search box
|
||||
cy.uiGetSearchBox().should('be.empty');
|
||||
|
||||
// # Click the pin icon to open the pinned posts RHS
|
||||
// # Click the pin icon to open the pinned messages RHS
|
||||
cy.uiGetChannelPinButton().click();
|
||||
cy.uiGetRHS().should('contain', 'Pinned Posts');
|
||||
cy.uiGetRHS().should('contain', 'Pinned messages');
|
||||
|
||||
// # Verify that the Search term input box is still cleared and search term does not reappear when RHS opens
|
||||
cy.uiGetSearchBox().and('be.empty');
|
||||
|
||||
Ссылка в новой задаче
Block a user