mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: run formatter
This commit is contained in:
@@ -17,7 +17,10 @@ test('onboarding - free tier', async ({ page }) => {
|
||||
|
||||
await test.step('create project', async () => {
|
||||
await page.waitForURL('/console/organization-**');
|
||||
await page.getByRole('article').getByRole('button', { name: 'Create project', exact: true }).click();
|
||||
await page
|
||||
.getByRole('article')
|
||||
.getByRole('button', { name: 'Create project', exact: true })
|
||||
.click();
|
||||
await page.getByPlaceholder('Project name').click();
|
||||
await page.getByPlaceholder('Project name').fill('Test Project');
|
||||
await page.getByRole('button', { name: 'Next' }).click();
|
||||
@@ -60,7 +63,10 @@ test('onboarding - pro', async ({ page }) => {
|
||||
|
||||
await test.step('create project', async () => {
|
||||
await page.waitForURL('/console/organization-**');
|
||||
await page.getByRole('article').getByRole('button', { name: 'Create project', exact: true }).click();
|
||||
await page
|
||||
.getByRole('article')
|
||||
.getByRole('button', { name: 'Create project', exact: true })
|
||||
.click();
|
||||
await page.getByPlaceholder('Project name').click();
|
||||
await page.getByPlaceholder('Project name').fill('Test Project');
|
||||
await page.getByRole('button', { name: 'Next' }).click();
|
||||
|
||||
Reference in New Issue
Block a user