mirror of
https://github.com/withastro/astro.git
synced 2025-02-03 22:29:08 -05:00
[ci] format
This commit is contained in:
parent
a05ca38c2c
commit
1df24a4a78
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@ test.describe('Astro Actions - Blog', () => {
|
||||||
await expect(form.locator('p[data-error="body"]')).toBeVisible();
|
await expect(form.locator('p[data-error="body"]')).toBeVisible();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
test('Comment action - progressive fallback validation error', async ({ page, astro }) => {
|
test('Comment action - progressive fallback validation error', async ({ page, astro }) => {
|
||||||
await page.goto(astro.resolveUrl('/blog/first-post/'));
|
await page.goto(astro.resolveUrl('/blog/first-post/'));
|
||||||
|
|
||||||
|
@ -56,7 +55,7 @@ test.describe('Astro Actions - Blog', () => {
|
||||||
await expect(form.locator('p[data-error="body"]')).toBeVisible();
|
await expect(form.locator('p[data-error="body"]')).toBeVisible();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Comment action - progressive fallback success', async ({ page, astro }) => {
|
test('Comment action - progressive fallback success', async ({ page, astro }) => {
|
||||||
await page.goto(astro.resolveUrl('/blog/first-post/'));
|
await page.goto(astro.resolveUrl('/blog/first-post/'));
|
||||||
|
|
||||||
const form = page.getByTestId('progressive-fallback');
|
const form = page.getByTestId('progressive-fallback');
|
||||||
|
|
Loading…
Add table
Reference in a new issue