mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 11:16:40 +00:00
test: comments clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -78,11 +78,8 @@ export class _loginPage {
|
||||
// projectsPage.openProject(staticProjects.pgExternalREST.basic.name);
|
||||
// }
|
||||
//
|
||||
// // kludge: wait for page load to finish
|
||||
// cy.wait(2000);
|
||||
// // close team & auth tab
|
||||
// cy.get('button.ant-tabs-tab-remove').should('exist').click();
|
||||
// cy.wait(1000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -108,14 +105,11 @@ export class _projectsPage {
|
||||
projectsPage.openProject(staticProjects.pgExternalREST.basic.name);
|
||||
}
|
||||
|
||||
// kludge: wait for page load to finish
|
||||
// cy.wait(4000);
|
||||
cy.wait("@waitForPageLoad");
|
||||
|
||||
// close team & auth tab
|
||||
cy.get("button.ant-tabs-tab-remove").should("exist").click();
|
||||
cy.get("button.ant-tabs-tab-remove").should("not.exist");
|
||||
// cy.wait(1000);
|
||||
}
|
||||
|
||||
// Open existing project
|
||||
@@ -212,7 +206,6 @@ export class _projectsPage {
|
||||
// Create project
|
||||
cy.contains("Ok & Save Project", { timeout: 20000 }).click();
|
||||
|
||||
// cy.wait(5000);
|
||||
// takes a while to load project
|
||||
this.waitHomePageLoad();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user