forked from runbox/runbox7
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from gtandersen/castaway/1509_index_sync_modal
style(install): Adjust indexing prompt for mobile screens.
- Loading branch information
Showing
3 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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() { | ||
|
@@ -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'); | ||
}); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters