Skip to content

Commit

Permalink
fix: #418 - Fixed e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
masterspambot committed May 29, 2017
1 parent 8ffc02d commit a1d21d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/permission-ng/permission-ng.e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ describe('permission.ng', function() {
element(by.id('authorize')).click();
element(by.id('work')).click();

expect(browser.getLocationAbsUrl()).toBe('/work');
expect(browser.getLocationAbsUrl()).toBe('/#work');
});
});

0 comments on commit a1d21d0

Please sign in to comment.