cypress: add wait before getting shareView

This commit is contained in:
Wing-Kam Wong
2022-07-12 13:49:58 +08:00
parent 061d4e6ac4
commit 7d0df7be60
2 changed files with 2 additions and 5 deletions

View File

@@ -245,6 +245,7 @@ export class _mainPage {
};
shareView = () => {
cy.wait(3000);
return cy.get(".nc-btn-share-view");
};