Fix Cypress tests on master (#26500)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6ea363e260
Коммит
9e5d486a5b
@@ -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)');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user