mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
missing await in test
This commit is contained in:
parent
632a2b00c5
commit
c1070fa059
@ -18,7 +18,7 @@ describe('Boot', function() {
|
|||||||
async function hasPrompt() {
|
async function hasPrompt() {
|
||||||
// There is some glitchiness to when the text appears.
|
// There is some glitchiness to when the text appears.
|
||||||
gu.waitToPass(async () => {
|
gu.waitToPass(async () => {
|
||||||
assert.include(
|
await assert.include(
|
||||||
await driver.findContentWait('pre', /GRIST_BOOT_KEY/, 2000).getText(),
|
await driver.findContentWait('pre', /GRIST_BOOT_KEY/, 2000).getText(),
|
||||||
'GRIST_BOOT_KEY=secret');
|
'GRIST_BOOT_KEY=secret');
|
||||||
}, 3000);
|
}, 3000);
|
||||||
|
Loading…
Reference in New Issue
Block a user