diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-29 23:25:49 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-29 23:25:49 +0900 |
commit | 807ba97c4f6e0305d7a319d9133609fc31011990 (patch) | |
tree | 27879a08bd9b64c31c923b61ab9538af3e63f2d3 /e2e | |
parent | e17c634643da6c863ec8429fc75964296a5278fb (diff) |
Remove only
Diffstat (limited to 'e2e')
-rw-r--r-- | e2e/options_form.test.js | 2 |
1 files changed, 1 insertions, 1 deletions
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); |