Skip to content

Commit 18b2393

Browse files
committed
requested changes
1 parent 66f6640 commit 18b2393

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

test/e2e/snaps/test-snap-bip-44.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('Test Snap bip-44', function () {
3434
await driver.delay(1000);
3535
await driver.fill('#snapId3', 'npm:@metamask/test-snap-bip44');
3636

37-
// find and scroll to snapId3
37+
// reveal snapId3 by finding and scrolling to #snapId4
3838
const snapButton = await driver.findElement('#snapId4');
3939
await driver.scrollToElement(snapButton);
4040
await driver.delay(500);

test/e2e/webdriver/driver.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ class Driver {
5858
SPACE: '\uE00D',
5959
CONTROL: '\uE009',
6060
COMMAND: '\uE03D',
61-
PAGE_DOWN: '\uE00F',
62-
END: '\ue010',
6361
MODIFIER: process.platform === 'darwin' ? Key.COMMAND : Key.CONTROL,
6462
};
6563
}

0 commit comments

Comments
 (0)