Skip to content

Commit

Permalink
Updated file name for remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jul 9, 2024
1 parent ed42302 commit 37d30ae
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe(
deployMode.NavigateBacktoEditor();
table.WaitUntilTableLoad(0, 0, "v2");
homePage.NavigateToHome();
homePage.ImportApp("Table/TableFilterImportApp.json");
homePage.ImportApp("Table/TableFilterImportAppV2.json");
homePage.AssertImportToast();
deployMode.DeployApp(locators._widgetInDeployed(draggableWidgets.TABLE));
table.WaitUntilTableLoad(0, 0, "v2");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
adminSettings as adminSettingsHelper,
} from "../../../../support/Objects/ObjectsCore";

describe("Admin settings page", { tags: ["@tag.Settings"] }, function () {
describe("Admin settings page in Enterprise", { tags: ["@tag.Settings"] }, function () {
beforeEach(() => {
cy.intercept("GET", "/api/v1/admin/env", {
body: { responseMeta: { status: 200, success: true }, data: {} },
Expand Down

0 comments on commit 37d30ae

Please sign in to comment.