Skip to content

Commit

Permalink
Fix typo in league name
Browse files Browse the repository at this point in the history
  • Loading branch information
genu committed Nov 29, 2023
1 parent 8710709 commit 1512595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/manage-leagues.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test.describe('Managing leagues', () => {
await createFirstLeague(page, 'La Liga')

// await expect
await expect(page.getByTestId('league-dropdown-button')).toContainText('La Ligaa')
await expect(page.getByTestId('league-dropdown-button')).toContainText('La Liga')
})

test('deleting a league', async ({ page }) => {
Expand Down

0 comments on commit 1512595

Please sign in to comment.