(core) Fix popup dismissal in HomeIntro test

Summary:
The coaching call popup wasn't being dismissed correctly in the
HomeIntro tests.

Test Plan: N/A

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D3788
pull/355/head
George Gevoian 1 year ago
parent 75c53faacd
commit 9f1e88865a

@ -51,8 +51,11 @@ describe('HomeIntro', function() {
freshAccount: true,
});
// Open doc-menu
// Open doc-menu and dismiss the welcome questions popup
await session.loadDocMenu('/', 'skipWelcomeQuestions');
// Reload the doc-menu and dismiss the coaching call popup
await session.loadDocMenu('/');
await gu.dismissCardPopups();
// Check message specific to logged-in user

Loading…
Cancel
Save