Skip to content

Commit 99a145c

Browse files
committed
Fixed typo
1 parent 1dda7b3 commit 99a145c

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
@@ -30,7 +30,7 @@ var env = {
3030
var config = {
3131
// seleniumAddress: env.seleniumAddress,
3232
specs: [
33-
'**/template-editor.e2e.js'
33+
'**/*.e2e.js'
3434
],
3535

3636
capabilities: env.capabilities,

0 commit comments

Comments
 (0)