Skip to content

Commit

Permalink
Clean up the driver.js file
Browse files Browse the repository at this point in the history
  • Loading branch information
dan437 committed Jan 12, 2024
1 parent e19cb6b commit 759cbd0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/e2e/webdriver/driver.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ class Driver {
CONTROL: '\uE009',
COMMAND: '\uE03D',
MODIFIER: process.platform === 'darwin' ? Key.COMMAND : Key.CONTROL,
SHIFT: '\uE008',
OPTION: '\u2325',
M: '\u006D',
};
}

Expand Down Expand Up @@ -335,10 +332,6 @@ class Driver {
);
}

retrieveDriverActions() {
return this.driver.actions();
}

async assertElementNotPresent(rawLocator) {
let dataTab;
try {
Expand Down

0 comments on commit 759cbd0

Please sign in to comment.