We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb67b commit 808f56eCopy full SHA for 808f56e
src/tools/uuid-converter/uuid-converter.e2e.spec.ts
@@ -1,15 +1,15 @@
1
-import { test, expect } from '@playwright/test';
+import { expect, test } from '@playwright/test';
2
3
-test.describe('Tool - Uuid converter', () => {
+test.describe('Tool - UUID converter', () => {
4
test.beforeEach(async ({ page }) => {
5
await page.goto('/uuid-converter');
6
});
7
8
test('Has correct title', async ({ page }) => {
9
- await expect(page).toHaveTitle('Uuid converter - IT Tools');
+ await expect(page).toHaveTitle('UUID converter - IT Tools');
10
11
12
test('', async ({ page }) => {
13
14
15
-});
+});
0 commit comments