aboutsummaryrefslogtreecommitdiff
path: root/e2e
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-10-21 20:52:37 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-10-21 20:52:37 +0900
commita97a395bc3cc00c56b8ab79b72c50adad5f787a3 (patch)
treea9037b5e51d118fd16b87d61a3f07a7df59118ae /e2e
parentc3752111c53e393fca109ac4c07bed5cb47be08c (diff)
Fix e2e test
Diffstat (limited to 'e2e')
-rw-r--r--e2e/options_form.test.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/e2e/options_form.test.ts b/e2e/options_form.test.ts
index c3dc5fb..75384a1 100644
--- a/e2e/options_form.test.ts
+++ b/e2e/options_form.test.ts
@@ -38,8 +38,6 @@ describe("options form page", () => {
it('add blacklist item', async () => {
let page = await OptionPage.open(lanthan);
let forms = await page.switchToForm();
- // Scroll is required to click a button on Firefox 60
- await page.scrollTo(0, 1000);
// assert default
let settings = (await browser.storage.local.get('settings')).settings;
@@ -67,8 +65,6 @@ describe("options form page", () => {
it('add a partial blacklist item', async () => {
let page = await OptionPage.open(lanthan);
let forms = await page.switchToForm();
- // Scroll is required to click a button on Firefox 60
- await page.scrollTo(0, 1000);
// assert default
let settings = (await browser.storage.local.get('settings')).settings;