Этот коммит содержится в:
yasserfaraazkhan
2024-03-20 23:09:45 +05:30
коммит произвёл GitHub
родитель 6ea363e260
Коммит 9e5d486a5b
33 изменённых файлов: 104 добавлений и 116 удалений

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

@@ -104,7 +104,7 @@ describe('Integrations', () => {
[`#rhsPost_${postId}`, `#post_${postId}`].forEach((selector) => {
cy.get(selector).should('have.class', 'current--user').within(() => {
cy.get('.profile-icon').should('not.be.visible');
cy.get('.post-message__text').findByText(message).should('have.css', 'color', 'rgba(63, 67, 80, 0.6)');
cy.get('.post-message__text').findByText(message).should('have.css', 'color', 'rgba(63, 67, 80, 0.75)');
});
});
});