Use example.com on test

This commit is contained in:
Shin'ya Ueoka 2019-12-01 08:08:09 +09:00
parent 1062c5b4db
commit feac179504

View file

@ -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() => {