Use example.com on test
This commit is contained in:
parent
1062c5b4db
commit
feac179504
1 changed files with 1 additions and 1 deletions
|
@ -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() => {
|
||||
|
|
Reference in a new issue