Skip to content

Commit b2a4b96

Browse files
committed
test(eslint): fixing correct title of tool text from html
1 parent e672cda commit b2a4b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/extract-text-from-html/extract-text-from-html.e2e.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test.describe('Tool - Extract text from html', () => {
66
});
77

88
test('Has correct title', async ({ page }) => {
9-
await expect(page).toHaveTitle('Extract text from HTML');
9+
await expect(page).toHaveTitle('Extract text from HTML - IT Tools');
1010
});
1111

1212
test('Extract text from HTML', async ({ page }) => {

0 commit comments

Comments
 (0)