Skip to content

Commit

Permalink
branding inital commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jan 2, 2025
1 parent 49f9362 commit 4379d83
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import {
agHelper,
adminSettings,
} from "../../../../support/Objects/ObjectsCore";
import { CURRENT_REPO, REPO } from "../../../../fixtures/REPO";
import { featureFlagIntercept } from "../../../../support/Objects/FeatureFlags";

describe(
"Admin Branding Page - Branding page validations",
{ tags: ["@tag.Settings"] },
() => {
it("1. Verify branding data update for community user", () => {
featureFlagIntercept({ license_branding_enabled: true });
adminSettings.NavigateToAdminSettings();
});
},
);

0 comments on commit 4379d83

Please sign in to comment.