Skip to content

Commit

Permalink
fix: disable the feature flag to fix the tests (#9296)
Browse files Browse the repository at this point in the history
Revert "Revert "disable the feature flag to fix the tests""

This reverts commit de81eb9.
  • Loading branch information
brainbicycle authored Sep 20, 2023
1 parent 0aa487a commit 7fa690c
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 7fa690c

Please sign in to comment.