From a97a395bc3cc00c56b8ab79b72c50adad5f787a3 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 21 Oct 2019 20:52:37 +0900 Subject: [PATCH] Fix e2e test --- e2e/options_form.test.ts | 4 ---- 1 file changed, 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;