From 7591a1845b984d33aa1b780b88ad47bf982ff955 Mon Sep 17 00:00:00 2001 From: linearcombination <4829djaskdfj@gmail.com> Date: Sat, 14 Sep 2024 13:18:45 -0700 Subject: [PATCH] Put test back to what it was before last commit 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. --- frontend/tests/e2e/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/e2e/test.ts b/frontend/tests/e2e/test.ts index 8f397825..2b55ae19 100644 --- a/frontend/tests/e2e/test.ts +++ b/frontend/tests/e2e/test.ts @@ -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