Use 404 page

This commit is contained in:
Shin'ya Ueoka 2019-09-02 22:42:31 +09:00
parent 4c64034489
commit f64b7ca320

View file

@ -44,7 +44,7 @@ describe("completion on open/tabopen/winopen commands", () => {
}); });
// Add item into hitories // Add item into hitories
await session.navigateTo(`https://i-beam.org`); await session.navigateTo(`https://i-beam.org/404`);
}); });
after(async() => { after(async() => {