From 807ba97c4f6e0305d7a319d9133609fc31011990 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 29 Aug 2019 23:25:49 +0900 Subject: Remove only --- e2e/options_form.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'e2e/options_form.test.js') diff --git a/e2e/options_form.test.js b/e2e/options_form.test.js index 67ab0ba..5779ddc 100644 --- a/e2e/options_form.test.js +++ b/e2e/options_form.test.js @@ -96,7 +96,7 @@ describe("options form page", () => { assert.deepEqual(settings.form.blacklist, ['yahoo.com']) }); - it.only('add search engines', async () => { + it('add search engines', async () => { let url = await browser.runtime.getURL("build/settings.html") await session.navigateTo(url); -- cgit v1.2.3