test(eslint): fixing correct title of tool text from html
This commit is contained in:
parent
e672cdae63
commit
b2a4b9679d
@ -6,7 +6,7 @@ test.describe('Tool - Extract text from html', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
test('Has correct title', async ({ page }) => {
|
test('Has correct title', async ({ page }) => {
|
||||||
await expect(page).toHaveTitle('Extract text from HTML');
|
await expect(page).toHaveTitle('Extract text from HTML - IT Tools');
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Extract text from HTML', async ({ page }) => {
|
test('Extract text from HTML', async ({ page }) => {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user