коммит произвёл
GitHub
родитель
8bd603eb12
Коммит
a9a879d00d
@@ -95,7 +95,7 @@ describe('Custom emojis', () => {
|
||||
cy.findByPlaceholderText('Search emojis').should('be.visible').type(customEmoji, {delay: TIMEOUTS.QUARTER_SEC});
|
||||
|
||||
// * Validate that we cannot find the emoji name in the search result list
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for "' + customEmoji + '"');
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for “' + customEmoji + '”');
|
||||
});
|
||||
|
||||
it('MM-T2182 Custom emoji - animated gif', () => {
|
||||
|
||||
@@ -78,7 +78,7 @@ describe('Custom emojis', () => {
|
||||
cy.findByPlaceholderText('Search emojis').should('be.visible').type(emojiNameForSearch1, {delay: TIMEOUTS.QUARTER_SEC});
|
||||
|
||||
// * Get list of emojis based on search text
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for "' + emojiNameForSearch1 + '"');
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for “' + emojiNameForSearch1 + '”');
|
||||
|
||||
// # Search for an existing emoji
|
||||
cy.findByPlaceholderText('Search emojis').should('be.visible').clear().type(emojiNameForSearch2, {delay: TIMEOUTS.QUARTER_SEC});
|
||||
|
||||
@@ -218,7 +218,7 @@ describe('Custom emojis', () => {
|
||||
cy.findByPlaceholderText('Search emojis').should('be.visible').type(customEmojiWithColons, {delay: TIMEOUTS.HALF_SEC});
|
||||
|
||||
// * Get list of emojis based on search text
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for "' + customEmoji + '"');
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for “' + customEmoji + '”');
|
||||
|
||||
// # Navigate to a channel
|
||||
cy.visit(townsquareLink);
|
||||
@@ -302,7 +302,7 @@ describe('Custom emojis', () => {
|
||||
cy.findByPlaceholderText('Search emojis').should('be.visible').type(customEmojiWithColons, {delay: TIMEOUTS.HALF_SEC});
|
||||
|
||||
// * Get list of emojis based on search text
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for "' + customEmoji + '"');
|
||||
cy.get('.no-results__title').should('be.visible').and('have.text', 'No results for “' + customEmoji + '”');
|
||||
|
||||
// # Navigate to a channel
|
||||
cy.visit(townsquareLink);
|
||||
|
||||
Ссылка в новой задаче
Block a user