Skip to content

Commit

Permalink
Put test back to what it was before last commit
Browse files Browse the repository at this point in the history
Still failed on github actions, so change it back. In next commit we
will skip this test for github actions sake since it passes elsewhere.
  • Loading branch information
linearcombination committed Sep 14, 2024
1 parent d9deb7c commit 7591a18
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 @@ -39,7 +39,7 @@ test('test ui part 2', async ({ page }) => {
await page.getByText('Galatians').click()
await page.getByRole('button', { name: 'Next' }).click()
await page
.getByText("Unlocked Literal Bible")
.getByText(/.*Unlocked Literal Bible.*/)
.first()
.click()
await page
Expand Down

0 comments on commit 7591a18

Please sign in to comment.