Skip to content

Commit

Permalink
replace cy.dragAndDropToCanvas with entityExplorer.DragNDropWidget
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquesikot committed Sep 20, 2024
1 parent 17f9fbc commit d2597e6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import commonlocators from "../../../../../../locators/commonlocators.json";
import {
agHelper,
entityExplorer,
locators,
propPane,
table,
Expand All @@ -17,7 +18,7 @@ describe(
{ tags: ["@tag.Widget", "@tag.Table", "@tag.Select"] },
() => {
before(() => {
cy.dragAndDropToCanvas("tablewidgetv2", { x: 350, y: 500 });
entityExplorer.DragNDropWidget("tablewidgetv2", 350, 500);
table.AddSampleTableData();
});
it("1. should prevent adding a row when a required select column has no data", () => {
Expand Down

0 comments on commit d2597e6

Please sign in to comment.