Skip to content

Commit

Permalink
Fix E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Feb 5, 2016
1 parent a432ef3 commit 10d491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/todoapp.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ describe('window (popup) page', function() {

it('should open Redux TodoMVC Example', async () => {
const title = await this.driver.getTitle();
expect(title).to.equal('Redux TodoMVC Example');
expect(title).to.equal('Redux TodoMVC Example (Window)');
});

it('should can add todo', async () => {
Expand Down

0 comments on commit 10d491a

Please sign in to comment.