diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-01 08:08:09 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-12-01 08:22:04 +0900 |
commit | feac179504a9276ad2e841702bf3fc1d89251679 (patch) | |
tree | 3eec5ed939d5c1f83a27ea71383394d312e2f3ab /e2e | |
parent | 1062c5b4db26aa222279e7e347fce70da00eddd5 (diff) |
Use example.com on test
Diffstat (limited to 'e2e')
-rw-r--r-- | e2e/completion_open.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/e2e/completion_open.test.ts b/e2e/completion_open.test.ts index 5f8bd11..ab9d191 100644 --- a/e2e/completion_open.test.ts +++ b/e2e/completion_open.test.ts @@ -27,7 +27,7 @@ describe("completion on open/tabopen/winopen commands", () => { browser = lanthan.getWebExtBrowser(); // Add item into hitories - await webdriver.navigate().to(('https://i-beam.org/404')); + await webdriver.navigate().to(('https://example.com/')); }); after(async() => { |