Fix Cypress tests on master (#26500)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6ea363e260
Коммит
9e5d486a5b
@@ -445,5 +445,5 @@ describe('Integrations page', () => {
|
||||
|
||||
function integrationPageTitleIsBold(title) {
|
||||
cy.get('.section-title__text').contains(title).click();
|
||||
cy.get('.item-details__name').should('be.visible').and('have.css', 'font-weight', '600');
|
||||
cy.get('.item-details__name').should('be.visible').and('have.css', 'font-weight', '400');
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user