Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 99b85ae

Browse files
committed
Fix test.
1 parent a60ed47 commit 99b85ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/errorTest.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ var checkLogs = function(output, messages) {
1919
*Below are exit failure tests*
2020
******************************/
2121

22-
runProtractor = spawn('node',
23-
['bin/protractor', 'example/conf.js', '--foobar', 'foobar']);
24-
output = runProtractor.stdout.toString();
25-
messages = ['Error: Found extra flags: foobar'];
26-
checkLogs(output, messages);
27-
2822
// assert authentication error for sauce labs
2923
runProtractor = spawn('node',
3024
['bin/protractor', 'spec/errorTest/sauceLabsAuthentication.js']);

0 commit comments

Comments
 (0)