mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Show coaching popup after Add New tip is dismissed
Summary: This is to prevent too many popups from being shown on screen at any given moment. Test Plan: Tested manually. Reviewers: jarek Reviewed By: jarek Differential Revision: https://phab.getgrist.com/D3841
This commit is contained in:
@@ -751,7 +751,7 @@ export async function reloadDoc() {
|
||||
* Wait for the doc list to show, to know that workspaces are fetched, and imports enabled.
|
||||
*/
|
||||
export async function waitForDocMenuToLoad(): Promise<void> {
|
||||
await driver.findWait('.test-dm-doclist', 1000);
|
||||
await driver.findWait('.test-dm-doclist', 2000);
|
||||
await driver.wait(() => driver.find('.test-dm-doclist').isDisplayed(), 2000);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user