We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9618f3f commit 917b7a5Copy full SHA for 917b7a5
1 file changed
test/helper/webapi.js
@@ -892,8 +892,9 @@ module.exports.tests = function () {
892
describe('#saveScreenshotToPath', () => {
893
beforeEach(() => {
894
global.output_dir = path.join(global.codecept_dir, 'output')
895
- // workaround so that we dont need to create an empty custom dir upfront
+ // workaround so that we don't need to create an empty custom dir upfront
896
global.custom_dir = global.output_dir
897
+ })
898
899
it('should create a screenshot file in custom dir', async () => {
900
if (isHelper('TestCafe')) return
0 commit comments