mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 04:36:41 +00:00
cypress: add wait before getting shareView
This commit is contained in:
@@ -245,6 +245,7 @@ export class _mainPage {
|
||||
};
|
||||
|
||||
shareView = () => {
|
||||
cy.wait(3000);
|
||||
return cy.get(".nc-btn-share-view");
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user