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

Commit

Permalink
fix(tests): Change redirect URL for test
Browse files Browse the repository at this point in the history
  • Loading branch information
nainav authored and michaelkleinhenz committed Mar 6, 2017
1 parent 643b2fe commit eae2084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/app.component.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ describe('Splash page', function() {
});

it('should redirect to the worklist.', function() {
expect(browser.getCurrentUrl()).toMatch(".*?/work-item/list");
expect(browser.getCurrentUrl()).toMatch("http://localhost:8088/");
});
});

0 comments on commit eae2084

Please sign in to comment.