Skip to content

Commit 917b7a5

Browse files
committed
fix: missing closing braket
1 parent 9618f3f commit 917b7a5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/helper/webapi.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,9 @@ module.exports.tests = function () {
892892
describe('#saveScreenshotToPath', () => {
893893
beforeEach(() => {
894894
global.output_dir = path.join(global.codecept_dir, 'output')
895-
// workaround so that we dont need to create an empty custom dir upfront
895+
// workaround so that we don't need to create an empty custom dir upfront
896896
global.custom_dir = global.output_dir
897+
})
897898

898899
it('should create a screenshot file in custom dir', async () => {
899900
if (isHelper('TestCafe')) return

0 commit comments

Comments
 (0)