diff --git a/test/nbrowser/Boot.ts b/test/nbrowser/Boot.ts index 230adc85..f227339a 100644 --- a/test/nbrowser/Boot.ts +++ b/test/nbrowser/Boot.ts @@ -46,7 +46,7 @@ describe('Boot', function() { it('gives page when key is right', async function() { await driver.get(`${server.getHost()}/boot/lala`); - await driver.findContentWait('h2', /Grist is reachable/, 2000); + await driver.findContentWait('div', /Is home page available/, 2000); }); }); });