mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:16:59 +00:00
test(misc): wait clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -256,13 +256,21 @@ export class _mainPage {
|
||||
.trigger("mouseover", { force: true })
|
||||
.click({ force: true });
|
||||
|
||||
cy.wait(500);
|
||||
// cy.wait(500);
|
||||
// cy.get(".nc-column-delete").click();
|
||||
cy.getActiveMenu(".nc-dropdown-column-operations")
|
||||
.find(".nc-column-delete")
|
||||
.click();
|
||||
|
||||
cy.get(".nc-column-delete").click();
|
||||
cy.wait(500);
|
||||
cy.get(".nc-column-delete").should("not.be.visible");
|
||||
cy.get(".ant-btn-dangerous:visible").contains("Delete").click();
|
||||
cy.wait(500);
|
||||
// cy.wait(500);
|
||||
// cy.get(".nc-column-delete").should("not.be.visible");
|
||||
// cy.get(".ant-btn-dangerous:visible").contains("Delete").click();
|
||||
// cy.wait(500);
|
||||
|
||||
cy.getActiveModal(".nc-modal-column-delete")
|
||||
.find(".ant-btn-dangerous:visible")
|
||||
.contains("Delete")
|
||||
.click();
|
||||
|
||||
cy.get(`th:contains(${colName})`).should("not.exist");
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user