Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Correct sentence in dark mode test.
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrago committed Jul 6, 2016
1 parent d6f8640 commit f3d7f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/menu/view/dark-mode.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ describe('View > Dark Mode', function () {
});
}, WAIT_UNTIL_TIMEOUT);
})
.then((hasNoTipsClass) => assert.isTrue(hasNoTipsClass, 'The body element should have the .light-mode class Dark Mode is off.'))
.then((hasNoTipsClass) => assert.isTrue(hasNoTipsClass, 'The body element should have the .light-mode class when Dark Mode is off.'))
.catch((err) => {
return app.client.getMainProcessLogs()
.then((logs) => {
Expand Down

0 comments on commit f3d7f3c

Please sign in to comment.