Skip to content

Commit

Permalink
disable the feature flag to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed Sep 20, 2023
1 parent 3b9ec35 commit 1f4ea1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/Scenes/Artwork/Artwork.tests.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
} from "app/__fixtures__/ArtworkBidAction"
import { ArtworkFixture } from "app/__fixtures__/ArtworkFixture"

import { __globalStoreTestUtils__ } from "app/store/GlobalStore"
import { ModalStack } from "app/system/navigation/ModalStack"
import { navigationEvents } from "app/system/navigation/navigate"
import { getMockRelayEnvironment } from "app/system/relay/defaultEnvironment"
Expand Down Expand Up @@ -64,6 +65,7 @@ describe("Artwork", () => {

beforeEach(() => {
environment = getMockRelayEnvironment()
__globalStoreTestUtils__?.injectFeatureFlags({ AREnableAuctionHeaderAlertCTA: false })
})

afterEach(() => {
Expand Down

0 comments on commit 1f4ea1a

Please sign in to comment.