Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

Commit

Permalink
Fix file path in test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoda committed Mar 25, 2015
1 parent 41807a3 commit de5aba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/history_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ describe('History', function() {
});

describe('open from file system', function() {
const FILE_URL = encodeURI(`file://${__dirname}/data/index.html`).toLowerCase();
const FILE_URL = encodeURI(`file://${__dirname}/data/index.html`);

before(function() {
return browser.visit(FILE_URL);
Expand Down

0 comments on commit de5aba9

Please sign in to comment.