mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 01:45:59 +00:00
test: comments clean up
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,6 @@ function configureWebhook(hook, test) {
|
||||
.contains(new RegExp("^" + hook.condition.column + "$", "g"))
|
||||
.should("exist")
|
||||
.click();
|
||||
// cy.wait(1000);
|
||||
|
||||
cy.get(".nc-filter-operation-select").should("exist").last().click();
|
||||
cy.get(".ant-select-dropdown:visible")
|
||||
@@ -163,8 +162,6 @@ function addNewRow(index, cellValue) {
|
||||
cy.get(".nc-add-new-row-btn:visible").should("exist");
|
||||
cy.get(".nc-add-new-row-btn").click();
|
||||
|
||||
// cy.wait(1000);
|
||||
|
||||
cy.get(".nc-expand-col-Title")
|
||||
.should("exist")
|
||||
.find(".nc-cell > input")
|
||||
|
||||
Reference in New Issue
Block a user