Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Comment thread
sagar-qa007 marked this conversation as resolved.
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
Comment thread
sagar-qa007 marked this conversation as resolved.
File renamed without changes.