Skip to content

Commit c3c4c0e

Browse files
authored
Merge pull request #15 from devserkan/test-discord-notify-failure
revert the failing test
2 parents a2b21ff + f9098c9 commit c3c4c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/PokemonPage.jest.spec.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe('<PokemonPage />', () => {
114114
})
115115

116116
expect(screen.getByText('Previous')).toHaveAttribute('href', '/pokemon/ditto')
117-
expect(screen.getByText('Previous')).toHaveAttribute('href', '/pokemon/vaporeon')
117+
expect(screen.getByText('Next')).toHaveAttribute('href', '/pokemon/vaporeon')
118118
})
119119

120120
it('should not render previous and next urls if none exist', async () => {

0 commit comments

Comments
 (0)