коммит произвёл
GitHub
родитель
8bd603eb12
Коммит
a9a879d00d
@@ -98,7 +98,7 @@ describe('Keyboard Shortcuts', () => {
|
||||
cy.findByText('Saved').should('not.exist');
|
||||
|
||||
// # Save Post
|
||||
cy.uiPostDropdownMenuShortcut(postId, 'Save', 'S', 'RHS_ROOT');
|
||||
cy.uiPostDropdownMenuShortcut(postId, 'Save Message', 'S', 'RHS_ROOT');
|
||||
|
||||
// * Verify post is Saved
|
||||
cy.get(`#post_${postId}`).find('.post-pre-header').should('be.visible').and('have.text', 'Saved');
|
||||
|
||||
@@ -30,7 +30,7 @@ describe('Keyboard Shortcuts', () => {
|
||||
cy.get('#quickSwitchInput').typeWithForce(searchTerm);
|
||||
|
||||
// * Verify that the no search result test is displayed
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for "' + searchTerm + '"');
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for “' + searchTerm + '”');
|
||||
|
||||
// # Press escape key
|
||||
cy.get('#quickSwitchInput').typeWithForce('{esc}');
|
||||
|
||||
Ссылка в новой задаче
Block a user