Skip to content

Commit

Permalink
fixup! Port settings to vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlSchwan committed Aug 1, 2022
1 parent 42f782e commit b42e178
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cypress/integration/settings.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ describe('Check that user\'s settings survive a reload', () => {
cy.get("#calendar_todo_notification").should('not.be.checked')
cy.get("#contacts_email").should('not.be.checked')
cy.get("#contacts_notification").should('not.be.checked')
cy.get("#group_settings_email").should('be.checked')
cy.get("#group_settings_email").should('not.be.checked')
cy.get("#group_settings_notification").should('not.be.checked')
cy.get("#personal_settings_email").should('not.be.checked')
cy.get("#personal_settings_notification").should('be.checked')
cy.get("#security_email").should('be.checked')
cy.get("#security_notification").should('be.checked')
cy.get("#security_notification").should('not.be.checked')
cy.get("#comments_email").should('be.checked')
cy.get("#comments_notification").should('be.checked')
cy.get("#systemtags_email").should('not.be.checked')
cy.get("#systemtags_notification").should('be.checked')
cy.get("#systemtags_notification").should('not.be.checked')
})

it('Notification frequency survive a reload', () => {
Expand Down

0 comments on commit b42e178

Please sign in to comment.