Skip to content

Commit

Permalink
Adding clarifications to tests #1081
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Glendenning committed Jun 9, 2022
1 parent 64aee42 commit da1024d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/integration/login.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe('Login', () => {
});
});

describe('autoLogin', () => {
describe('autoLogin on', () => {
// Define responses for login attempts
let verifyResponse: { statusCode: Number; body: string };
let loginResponse: { statusCode: Number; body: string };
Expand Down Expand Up @@ -446,7 +446,7 @@ describe('Login', () => {
});
});

it('should attempt to auto login in if autoLogin setting is set to false', () => {
it('should not attempt to auto login in if autoLogin setting is set to false', () => {
cy.visit('/plugin1');
cy.get('#demo_plugin').should('not.exist');
cy.contains('h1', 'Sign in').should('be.visible');
Expand Down

0 comments on commit da1024d

Please sign in to comment.