diff --git a/e2e/build-react/build.spec.ts b/e2e/build-react/build.spec.ts index e19af8e8..4233de4c 100644 --- a/e2e/build-react/build.spec.ts +++ b/e2e/build-react/build.spec.ts @@ -1,7 +1,6 @@ import { test, expect } from '@playwright/test' -// TODO fix -test.skip('should show the production version', async ({ page }) => { +test('should show the production version', async ({ page }) => { await page.goto('/') await expect(page).toHaveURL('/') await expect(page.locator('#page')).toBeVisible()