Skip to content

Commit d5598eb

Browse files
committed
Fix grunt-connect port config
1 parent 1d632da commit d5598eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protractor.conf.js

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

4949
// A base URL for your application under test. Calls to protractor.get()
5050
// with relative paths will be prepended with this.
51-
baseUrl: 'http://localhost:9999',
51+
baseUrl: 'http://localhost:9998',
5252

5353
// Selector for the element housing the angular app - this defaults to
5454
// body, but is necessary if ng-app is on a descendant of <body>

0 commit comments

Comments
 (0)