test: add delay after close tab

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
Raju Udava
2022-09-30 15:39:32 +05:30
committed by Pranav C
parent e027e90437
commit c0383a156a
4 changed files with 4 additions and 2 deletions

View File

@@ -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();
}