Skip to content

Commit 76ad877

Browse files
test(e2e): fix e2e tests not found
1 parent 95577d9 commit 76ad877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Phonebook.Frontend/e2e/protractor.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { SpecReporter } = require('jasmine-spec-reporter');
1111
*/
1212
exports.config = {
1313
allScriptsTimeout: 11000,
14-
specs: ['./src/e2e/**/*.e2e-spec.ts'],
14+
specs: ['./src/**/*.e2e-spec.ts'],
1515
capabilities: {
1616
browserName: 'chrome',
1717
binary: process.env.CHROME_BIN,

0 commit comments

Comments
 (0)