Skip to content

Commit 808f56e

Browse files
committed
refactor: 🎨 Lint checks
1 parent 94eb67b commit 808f56e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
import { test, expect } from '@playwright/test';
1+
import { expect, test } from '@playwright/test';
22

3-
test.describe('Tool - Uuid converter', () => {
3+
test.describe('Tool - UUID converter', () => {
44
test.beforeEach(async ({ page }) => {
55
await page.goto('/uuid-converter');
66
});
77

88
test('Has correct title', async ({ page }) => {
9-
await expect(page).toHaveTitle('Uuid converter - IT Tools');
9+
await expect(page).toHaveTitle('UUID converter - IT Tools');
1010
});
1111

1212
test('', async ({ page }) => {
1313

1414
});
15-
});
15+
});

0 commit comments

Comments
 (0)