Skip to content

Commit

Permalink
test(install): Update test.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtandersen committed Apr 2, 2024
1 parent 15e3051 commit d7bccd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/cypress/integration/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe('Login', () => {
function expectLoginPage() {
cy.visit('/');
cy.get('#loginHeader h1').should('contain', 'Runbox 7');
cy.get('#loginHeader h1').should('contain', 'Runbox');
}

function enterCredentials() {
Expand All @@ -18,7 +18,7 @@ describe('Login', () => {

function expectWebmail() {
cy.get('#sidenavGreeting').should('contain', '[email protected]');
cy.get('#offerLocalIndex').should('contain', 'Runbox 7');
cy.get('#offerLocalIndex').should('contain', 'Runbox');
cy.get('#offerLocalIndex mat-list-item button[data-cy="cancel-button"]').click().should(() => {
expect(JSON.parse(localStorage.getItem('221:Desktop:localSearchPromptDisplayed'))).to.equal('true');
});
Expand Down

0 comments on commit d7bccd0

Please sign in to comment.