Skip to content

Commit

Permalink
fixing errors in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shadabbuchh committed Feb 6, 2025
1 parent 52991fd commit 7a54fc4
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,11 @@ describe(

it("3. Validate widget binding with queries & deploying the app", () => {
PageLeftPane.selectItem("SelectQuery", { ctrlKey: true, force: true });
dataSources.AddSuggestedWidget(Widgets.Table);
//deployMode.DeployApp(locators._widgetInDeployed(draggableWidgets.TABLE));
//table.AssertTableLoaded(0, 0, "v2");
//deployMode.NavigateBacktoEditor();
dataSources.AddSuggestedWidget(Widgets.Table, undefined, true);
deployMode.DeployApp(locators._widgetInDeployed(draggableWidgets.TABLE));
table.WaitUntilTableLoad(0, 0, "v2");
// table.AssertTableLoaded(0, 0, "v2");
deployMode.NavigateBacktoEditor();
EditorNavigation.SelectEntityByName("SelectQuery", EntityType.Query);
});

Expand Down

0 comments on commit 7a54fc4

Please sign in to comment.