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

@@ -248,6 +248,7 @@ export const genTest = (apiType, dbType) => {
.should("be.visible")
.click();
cy.get("button.ant-tabs-tab-remove").should("not.exist");
cy.wait(2000);
// first instance of updating local storage information
cy.saveLocalStorage();