mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 04:56:37 +00:00
test: add delay after close tab
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -115,7 +115,7 @@ export const genTest = (apiType, dbType, testMode) => {
|
||||
cy.wait(2000);
|
||||
// close team & auth tab
|
||||
cy.get("button.ant-tabs-tab-remove").should("exist").click();
|
||||
cy.wait(1000);
|
||||
cy.wait(2000);
|
||||
} else {
|
||||
cy.restoreLocalStorage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user