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

Commit

Permalink
Added e2e tests for multiple accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kontrollanten committed Aug 15, 2017
1 parent 95229b6 commit dff7264
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions e2e/multiple-accounts.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ describe('multiple accounts', function () {
.then(text => {
expect(typeof text).equal('string');
expect(text.toLowerCase()).equal(accountName.slice(0, 1).toLowerCase());
})
.then(() => {
const webContents = this.app.webContents.getAllWebContents();
expect(webContents.length).equal(1);

return Promise.resole(webContents[0]);
});
});

Expand Down

0 comments on commit dff7264

Please sign in to comment.