Skip to content

Commit

Permalink
Put frontend test back in play
Browse files Browse the repository at this point in the history
  • Loading branch information
linearcombination committed Sep 14, 2024
1 parent eb4b3c6 commit 1daaf38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/e2e/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ test('test ui part 1', async ({ page }) => {
await expect(page.locator('body')).toContainText(/.*Unlocked Literal Bible.*/)
})

test.skip('test ui part 2', async ({ page }) => {
test('test ui part 2', async ({ page }) => {
await page.goto('http://localhost:8001/languages')
await page.getByText('English').click()
await page.getByText('Español Latin America (Latin').click()
Expand Down

0 comments on commit 1daaf38

Please sign in to comment.