Skip to content

Commit b0f7597

Browse files
Neha Agarwalfrancisf
authored andcommitted
Corrections
1 parent 70f5962 commit b0f7597

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/test/local/codecept.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports.config = {
3535
// "project": "Codecept + WebdriverIO",
3636
// "build": "browserstack-build-1",
3737
// "name": "BStack local codecept-js",
38-
// "browserstack.source": "codecept-js:sample-master:v1.0"
38+
// "browserstack.source": "codecept-js:sample-main:v1.0"
3939
// }
4040
}
4141
},

src/test/parallel/codecept.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exports.config = {
4646
"name": "BStack parallel codecept-js 1",
4747
"browserstack.debug": "true",
4848
'browserstack.networkLogs': 'true',
49-
"browserstack.source": "codecept-js:sample-master:v1.0"
49+
"browserstack.source": "codecept-js:sample-main:v1.0"
5050
},
5151
*/
5252
},

src/test/single/codecept.conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exports.config = {
2121
"sessionName": "BStack single codecept-js",
2222
"debug" : "true",
2323
"networkLogs" : "true",
24-
"source": "codecept-js:sample-master:v1.0"
24+
"source": "codecept-js:sample-main:v1.0"
2525
},
2626
"browserVersion": "latest",
2727
}
@@ -37,7 +37,7 @@ exports.config = {
3737
"name": "BStack single codecept-js",
3838
"browserstack.debug": "true",
3939
'browserstack.networkLogs': 'true',
40-
"browserstack.source": "codecept-js:sample-master:v1.0"
40+
"browserstack.source": "codecept-js:sample-main:v1.0"
4141
}
4242
*/
4343
}

0 commit comments

Comments
 (0)