Skip to content

Commit

Permalink
disabled Token Chart test due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davibroc committed Dec 3, 2024
1 parent de175f6 commit 82ed980
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ exports[`SliderButton should render correctly 1`] = `
undefined,
]
}
testID="swipe-to-swap-button"
>
<View
style={
Expand Down
2 changes: 1 addition & 1 deletion e2e/specs/swaps/swap-token-chart.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import Tenderly from '../../tenderly';

const fixtureServer = new FixtureServer();

describe(Regression('Swap from Token view'), () => {
xdescribe(Regression('Swap from Token view'), () => {
const swapOnboarded = true; // TODO: Set it to false once we show the onboarding page again.
const wallet = ethers.Wallet.createRandom();

Expand Down

0 comments on commit 82ed980

Please sign in to comment.