diff --git a/test/nbrowser/Boot.ts b/test/nbrowser/Boot.ts index 25e5b788..e4630220 100644 --- a/test/nbrowser/Boot.ts +++ b/test/nbrowser/Boot.ts @@ -18,7 +18,7 @@ describe('Boot', function() { async function hasPrompt() { // There is some glitchiness to when the text appears. gu.waitToPass(async () => { - assert.include( + await assert.include( await driver.findContentWait('pre', /GRIST_BOOT_KEY/, 2000).getText(), 'GRIST_BOOT_KEY=secret'); }, 3000);