Skip to content

Commit

Permalink
remove find
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Jan 10, 2025
1 parent 0b95445 commit 8658330
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/src/__tests__/cypress/cypress/pages/loginDialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ class LoginDialog extends Modal {
}
}

find() {
return cy.findByTestId('session-expired-modal');
}

findLoginButton() {
return this.findFooter().findByTestId('modal-login-button');
}
Expand Down

0 comments on commit 8658330

Please sign in to comment.