diff --git a/cypress/integration/settings.spec.js b/cypress/integration/settings.spec.js index d7b2cf639..67710c69e 100644 --- a/cypress/integration/settings.spec.js +++ b/cypress/integration/settings.spec.js @@ -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', () => {