mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-28 18:25:25 +00:00
fix(cypress): Added waiting to closing Auth tab
This commit is contained in:
@@ -239,8 +239,9 @@ export const genTest = (apiType, dbType) => {
|
||||
cy_createProjectBlock(proj, apiType, dbType);
|
||||
}
|
||||
|
||||
cy.wait(2000);
|
||||
// close team & auth tab
|
||||
cy.get("button.ant-tabs-tab-remove").should("exist").click();
|
||||
cy.get("button.ant-tabs-tab-remove").should("be.visible").click();
|
||||
cy.get("button.ant-tabs-tab-remove").should("not.exist");
|
||||
|
||||
// first instance of updating local storage information
|
||||
|
||||
Reference in New Issue
Block a user