mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:06:41 +00:00
fix(cypress): Added waiting to closing Auth tab
This commit is contained in:
@@ -107,8 +107,10 @@ export class _projectsPage {
|
||||
|
||||
cy.wait("@waitForPageLoad");
|
||||
|
||||
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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user