Skip to content

Commit

Permalink
test: add tests for the BuyWithCryptoModal UI component
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmahidalgo committed Nov 22, 2023
1 parent 004eef7 commit 5ade139
Show file tree
Hide file tree
Showing 6 changed files with 1,785 additions and 61 deletions.
6 changes: 4 additions & 2 deletions webapp/src/components/AssetImage/AssetImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,9 @@ const AssetImage = (props: Props) => {
emote={isTryingOnEnabled ? previewEmote : undefined}
onLoad={handleLoad}
onError={handleError}
baseUrl='https://wearable-preview.decentraland.org'
{...wearablePreviewProps}
dev={config.is(Env.DEVELOPMENT)}
// dev={config.is(Env.DEVELOPMENT)}
/>
{isAvailableForMint && !isOwnerOfNFT ? (
<AvailableForMintPopup
Expand Down Expand Up @@ -570,7 +571,8 @@ const AssetImage = (props: Props) => {
wheelStart={100}
onLoad={handleLoad}
onError={handleError}
dev={config.is(Env.DEVELOPMENT)}
baseUrl='https://wearable-preview.decentraland.org'
// dev={config.is(Env.DEVELOPMENT)}
/>
{isAvailableForMint && !isOwnerOfNFT ? (
<AvailableForMintPopup
Expand Down
Loading

0 comments on commit 5ade139

Please sign in to comment.