Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Sep 16, 2015
1 parent ae956c3 commit 2b3a3ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/test/e2e/ListViewSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('ListView', function () {
var listUrl;

beforeEach(function() {
listUrl = encodeURI(browser.baseUrl + '/#/comments/list?search={"post_id":"9"}&page=1');
listUrl = encodeURI(browser.baseUrl + '/#/comments/list?search={"post_id":"9"}');
browser.get(listUrl);
});

Expand Down

0 comments on commit 2b3a3ba

Please sign in to comment.