Skip to content

Commit

Permalink
fix(test): adjust selector tests to new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
dhodgsonintergral committed Jan 3, 2025
1 parent ecdda54 commit b36cec0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/app/features/scopes/tests/tree.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('Tree', () => {
beforeAll(() => {
config.featureToggles.scopeFilters = true;
config.featureToggles.groupByVariable = true;
config.featureToggles.singleTopNav = true; // Add this line
});

beforeEach(() => {
Expand Down

0 comments on commit b36cec0

Please sign in to comment.