UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

9 lines 329 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.accountsLogOut = void 0; async function accountsLogOut() { await browser.deleteCookies(["__ngat_1.2", "__nrpa_2.2"]); await browser.refresh(); } exports.accountsLogOut = accountsLogOut; //# sourceMappingURL=accountsLogOut.js.map