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