MM-40414: Add empty state icons (#25282)

Automatic Merge
Этот коммит содержится в:
Ashish Dhama
2023-11-20 09:30:14 +05:30
коммит произвёл GitHub
родитель 8bd603eb12
Коммит a9a879d00d
57 изменённых файлов: 809 добавлений и 151 удалений

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

@@ -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);