Revert "TEMP: disabling React e2e tests"

This reverts commit ed1bad9cbc.
This commit is contained in:
Tony Sullivan 2022-05-16 14:35:03 -05:00
parent ed1bad9cbc
commit fa5ff21dee

View file

@ -22,7 +22,7 @@ test.afterEach(async ({ astro }) => {
astro.clean(); astro.clean();
}); });
test.skip('React', async ({ page, astro }) => { test.only('React', async ({ page, astro }) => {
await page.goto(astro.resolveUrl('/')); await page.goto(astro.resolveUrl('/'));
await test.step('server only', async () => { await test.step('server only', async () => {