Skip to content

Commit

Permalink
Downgrade cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
s0hv committed Sep 27, 2023
1 parent ab2bfff commit a587624
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion web/cypress/e2e/auth/login-features.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe('Login features', () => {
});
});

it.only('Sets 1 day expiry date without remember me', () => {
it('Sets 1 day expiry date without remember me', () => {
cy.task('flushRedis');
cy.visit('/');

Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"cookie": "^0.5.0",
"cookie-signature": "^1.2.1",
"cross-env": "^7.0.3",
"cypress": "^12.17.4",
"cypress": "12.17.3",
"dotenv": "^16.3.1",
"eslint": "^8.47.0",
"eslint-config-airbnb": "^19.0.4",
Expand Down
22 changes: 11 additions & 11 deletions web/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a587624

Please sign in to comment.