Skip to content

Commit fb4fdea

Browse files
authored
Typo in Nightmare helper name (#17)
1 parent fe47054 commit fb4fdea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/setSharedCookies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const { container, config, event, output } = require('../codeceptjs');
22

33
module.exports = function() {
4-
const browserHelpers = ['WebDriver','Protractor','Playwright','Puppeteer','TestCafe','Nigthmare'];
4+
const browserHelpers = ['WebDriver','Protractor','Playwright','Puppeteer','TestCafe','Nightmare'];
55
config.addHook(cfg => {
66
const helper = detectBrowserHelper(cfg.helpers);
77
let cookies;

0 commit comments

Comments
 (0)