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

@@ -152,7 +152,7 @@ export const genTest = (apiType, dbType) => {
cy.getSettled("button.ant-tabs-tab-remove")
.should("be.visible")
.click();
cy.wait(500);
cy.wait(2000);
}
cy.saveLocalStorage();