Skip to content

Commit

Permalink
Attempt to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
caponetto committed Sep 10, 2024
1 parent 430c5d9 commit 9d23832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/01-scriptdebugger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ const openFile = (fileName: string): void => {
cy.findByText(/^open from path$/i).click({ force: true });
cy.get('input#jp-dialog-input-id')
.clear()
.type(`/${fileName}`)
.type(`/${fileName}`, { force: true })
.should('have.value', `/${fileName}`);

cy.get('.lm-Panel .jp-mod-accept').click();
};

0 comments on commit 9d23832

Please sign in to comment.