We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c40ac90 commit d55f97fCopy full SHA for d55f97f
system-tests/e2e/rosalution_home.cy.js
@@ -14,7 +14,7 @@ describe('Rosalution home', () => {
14
cy.wait('@analysisLoad');
15
16
cy.get('.grey-rounded-menu').invoke('attr', 'style', 'display: block; visibility: visible; opacity: 1;');
17
- cy.get('[data-test="user-menu"] > .grey-rounded-menu > :nth-child(7)')
+ cy.get('[data-test="user-menu"] > .grey-rounded-menu > :nth-child(8)')
18
.contains('Attach Monday.com')
19
.click({force: true});
20
cy.get('.grey-rounded-menu').invoke('attr', 'style', 'display: block; visibility: hidden; opacity: 0;');
0 commit comments