mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 03:46:53 +00:00
test: ensure add new row tooltip disappears
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -148,8 +148,9 @@ function clearServerData() {
|
||||
}
|
||||
|
||||
function addNewRow(index, cellValue) {
|
||||
cy.get(".nc-add-new-row-btn:visible").should("exist");
|
||||
cy.get(".nc-add-new-row-btn").click();
|
||||
// cy.get(".nc-add-new-row-btn:visible").should("exist");
|
||||
// cy.get(".nc-add-new-row-btn").click();
|
||||
mainPage.addNewRowExpand("Temp");
|
||||
|
||||
cy.get(".nc-expand-col-Title")
|
||||
.should("exist")
|
||||
|
||||
Reference in New Issue
Block a user