From 215e90bc7d8cae1a688c95097842a01fca0ea10a Mon Sep 17 00:00:00 2001 From: Andreas Tzionis Date: Tue, 7 Nov 2023 11:37:45 +0200 Subject: [PATCH] enabled react build test --- e2e/build-react/build.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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()