Skip to content

Commit b2ee278

Browse files
committed
Remove the scrollIntoView and .should('be.visible')
1 parent 4a754c7 commit b2ee278

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

eform-client/cypress/e2e/plugins/time-planning-pn/j/dashboard-edit-a.spec.cy.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ describe('Dashboard edit values', () => {
103103
cy.get('mat-dialog-container', {timeout: 500}).should('not.exist');
104104
cy.wait(500);
105105

106-
cy.get('#firstColumn0')
107-
.scrollIntoView()
108-
.should('be.visible')
109-
.click({force: true});
106+
cy.get('#firstColumn0').click();
110107

111108
cy.get('mat-dialog-container', {timeout: 500}).should('be.visible');
112109

0 commit comments

Comments
 (0)