mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 17:15:29 +00:00
test: add delay after close tab
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user