Skip to content
Snippets Groups Projects
Commit 432e287e authored by OZGCloud's avatar OZGCloud
Browse files

Merge pull request 'E2E mail settings update default' (#828) from E2E-fix-mail-settings into master

parents e74c4fe2 c88ed7ee
Branches
Tags
No related merge requests found
...@@ -81,7 +81,7 @@ describe('User Settings', () => { ...@@ -81,7 +81,7 @@ describe('User Settings', () => {
describe('click on neuer Vorgang toggle', () => { describe('click on neuer Vorgang toggle', () => {
it('should have initial checked toggle', () => { it('should have initial checked toggle', () => {
isChecked(userSettings.getEmailBenachrichtigungForNewVorgang().getToggle()); isNotChecked(userSettings.getEmailBenachrichtigungForNewVorgang().getToggle());
}); });
it('should switch toggle status', () => { it('should switch toggle status', () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment