Use 404 page
This commit is contained in:
parent
4c64034489
commit
f64b7ca320
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ describe("completion on open/tabopen/winopen commands", () => {
|
|||
});
|
||||
|
||||
// Add item into hitories
|
||||
await session.navigateTo(`https://i-beam.org`);
|
||||
await session.navigateTo(`https://i-beam.org/404`);
|
||||
});
|
||||
|
||||
after(async() => {
|
||||
|
|
Reference in a new issue