Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
kathaypacific committed Jun 30, 2023
1 parent aa2f85d commit d603a62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dappsExplorer/DappFeaturedActions.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('DappFeaturedActions', () => {
expect(getByText('dappShortcuts.rewards.title')).toBeTruthy()
expect(getByText('dappShortcuts.rewards.description')).toBeTruthy()

fireEvent.press(getAllByTestId('DappFeaturedAction')[0])
fireEvent.press(getAllByTestId('DappFeaturedAction')[1])
expect(onPressRankingsSpy).toHaveBeenCalled()

// TODO add test for press dapp shortcuts card
Expand Down

0 comments on commit d603a62

Please sign in to comment.