Skip to content

Commit 11a9892

Browse files
committed
Prettier
1 parent 23a81f2 commit 11a9892

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/tests/Index/Index.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ test.describe('Forside', () => {
55
await page.goto('http://localhost:3000');
66
});
77

8-
test('Har h1 innhold på forsiden', async ({ page }) => {
8+
test('Har h1 innhold på forsiden', async ({ page }) => {
99
const h1 = await page.locator('h1');
1010
const count = await h1.count();
1111
await expect(count).toBeGreaterThan(0);

src/tests/Produkter/Produkter.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ test.describe('Produkter', () => {
2020

2121
await page.getByRole('button', { name: 'KJØP' }).click();
2222

23-
24-
25-
26-
await page.screenshot({ path: "handlekurv.png" });
23+
await page.screenshot({ path: 'handlekurv.png' });
2724

2825
// Expects that we can see the cart count change
2926

0 commit comments

Comments
 (0)