aboutsummaryrefslogtreecommitdiff
path: root/e2e
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2019-12-01 08:08:09 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2019-12-01 08:22:04 +0900
commitfeac179504a9276ad2e841702bf3fc1d89251679 (patch)
tree3eec5ed939d5c1f83a27ea71383394d312e2f3ab /e2e
parent1062c5b4db26aa222279e7e347fce70da00eddd5 (diff)
Use example.com on test
Diffstat (limited to 'e2e')
-rw-r--r--e2e/completion_open.test.ts2
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() => {