Skip to content

Commit

Permalink
✅ fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Dec 11, 2024
1 parent 7d0792d commit 0d6ea3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/app/views/settings/project/projectToolbar.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ import {render, screen, userEvent} from 'sentry-test/reactTestingLibrary';
import ProjectToolbarSettings from 'sentry/views/settings/project/projectToolbar';

describe('ProjectToolbarSettings', function () {
const {routerProps, organization, project, router} = initializeOrg();
const {routerProps, organization, project, router} = initializeOrg({
organization: {
features: ['dev-toolbar-ui'],
},
});
const url = `/projects/${organization.slug}/${project.slug}/`;

beforeEach(function () {
Expand Down

0 comments on commit 0d6ea3c

Please sign in to comment.