Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 1384ddf

Browse files
committed
fix(protractor): remove protractor tests from e2e
1 parent 9f2ff4d commit 1384ddf

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

tests/protractorConf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ exports.config = {
1919
'browserName': 'chrome'
2020
},
2121
specs: [
22-
'tests/e2e/test_todo-omnibinder.js'
22+
'tests/protractor/test_todo-omnibinder.js'
2323
],
2424
// Options to be passed to Jasmine-node.
2525
jasmineNodeOpts: {

0 commit comments

Comments
 (0)