Skip to content

Commit 7164aff

Browse files
committed
fix protractor conf
1 parent ca2fc9d commit 7164aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ exports.config = {
66

77
allScriptsTimeout: 11000,
88

9-
baseUrl: `http://localhost:${gulpConfig.browserPort}/`,
9+
baseUrl: `http://localhost:${gulpConfig.testPort}/`,
1010

1111
capabilities: {
1212
browserName: 'chrome',

0 commit comments

Comments
 (0)