Skip to content

Commit

Permalink
eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
valdelaseras committed Aug 16, 2023
1 parent 3815216 commit 829f809
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/browser/00_nightwatch_mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
* @license Apache-2.0
*/

const utils = require("./browserUtils.js");

module.exports = {
// desktop UI
before: browser => {
Expand Down Expand Up @@ -154,16 +152,3 @@ module.exports = {
browser.end();
}
};

/**
* Clears the current recipe and loads a new operation.
*
* @param {string} opName
* @param {Browser} browser
*/
function loadOp(opName, browser) {
return browser
.useCss()
.click("#clr-recipe")
.urlHash("op=" + opName);
}

0 comments on commit 829f809

Please sign in to comment.