Skip to content

Commit

Permalink
test: change login command to skip ui by default
Browse files Browse the repository at this point in the history
  • Loading branch information
benfurber committed Jun 13, 2024
1 parent c36dd01 commit 31c078c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cypress/src/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Cypress.Commands.add('clearServiceWorkers', () => {
*/
Cypress.Commands.add(
'login',
(email: string, password: string, checkUI = true) => {
(email: string, password: string, checkUI = false) => {
Cypress.log({
displayName: 'login',
consoleProps: () => {
Expand Down

0 comments on commit 31c078c

Please sign in to comment.