Skip to content

Commit 6048ed5

Browse files
committed
Fixing the path for the e2e files.
1 parent d774563 commit 6048ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eform-client/protractor.conf.vsts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ exports.config = {
5353
useAllAngular2AppRoots: true,
5454
beforeLaunch: function () {
5555
require('ts-node').register({
56-
project: 'e2e'
56+
project: 'eForm-frontend-angular-CI/drop/e2e'
5757
});
5858
},
5959
onPrepare: function () {

0 commit comments

Comments
 (0)