create-svelte
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -355,3 +355,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -366,3 +366,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -377,3 +377,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -388,3 +388,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -399,3 +399,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -410,3 +410,3 @@ { | ||
"exclude": [], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -486,3 +486,3 @@ { | ||
], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.locator('h1')).toHaveText('About this app');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('about page has expected h1', async ({ page }) => {\n\tawait page.goto('/about');\n\tawait expect(page.getByRole('heading', { name: 'About this app' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -499,3 +499,3 @@ { | ||
], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -512,3 +512,3 @@ { | ||
], | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\texpect(await page.textContent('h1')).toBe('Welcome to SvelteKit');\n});\n" | ||
"contents": "import { expect, test } from '@playwright/test';\n\ntest('index page has expected h1', async ({ page }) => {\n\tawait page.goto('/');\n\tawait expect(page.getByRole('heading', { name: 'Welcome to SvelteKit' })).toBeVisible();\n});\n" | ||
}, | ||
@@ -515,0 +515,0 @@ { |
{ | ||
"name": "create-svelte", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
1080275