Skip to content

Commit

Permalink
disable fav
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyHughes committed Sep 13, 2024
1 parent f6fcf8d commit e66712a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/serial/swap/1_swapFlow1.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ describe('Go through swaps settings and execute a swap', () => {
expect(verifiedSection).toBeTruthy();
});

it('should be able to favorite a token and check the info button is present', async () => {
it.skip('should be able to favorite a token and check the info button is present', async () => {
await findElementByTestIdAndClick({
id: `${SWAP_VARIABLES.ZEROX_MAINNET_ID}-verified-token-to-buy-row-favorite-button`,
driver,
Expand Down

0 comments on commit e66712a

Please sign in to comment.