mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -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();
|
||||
});
|
||||
|
||||
|
||||
test('Comment action - progressive fallback validation error', async ({ page, astro }) => {
|
||||
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();
|
||||
});
|
||||
|
||||
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/'));
|
||||
|
||||
const form = page.getByTestId('progressive-fallback');
|
||||
|
|
Loading…
Add table
Reference in a new issue