Skip to content

Commit d55f97f

Browse files
committed
fixing system tests
1 parent c40ac90 commit d55f97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system-tests/e2e/rosalution_home.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ describe('Rosalution home', () => {
1414
cy.wait('@analysisLoad');
1515

1616
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)')
17+
cy.get('[data-test="user-menu"] > .grey-rounded-menu > :nth-child(8)')
1818
.contains('Attach Monday.com')
1919
.click({force: true});
2020
cy.get('.grey-rounded-menu').invoke('attr', 'style', 'display: block; visibility: hidden; opacity: 0;');

0 commit comments

Comments
 (0)