Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Šimon Macek committed Oct 10, 2024
1 parent 2f86603 commit c42a85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cypress/e2e/login.spec.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ describe('Login page', () => {
cy.dataCy('form-login-submit-login').should('be.visible');
});

it.only('allows user to login and refreshes token 1 min before expiration', () => {
it('allows user to login and refreshes token 1 min before expiration', () => {
cy.get('@clock').then((clock) => {
clock.setSystemTime(systemTime);
cy.get('@i18n').then((i18n) => {
Expand Down

0 comments on commit c42a85f

Please sign in to comment.