test(eslint): fixing correct title of tool text from html

This commit is contained in:
Daniel Eduardo Almagro 2024-05-13 00:13:15 -05:00
parent e672cdae63
commit b2a4b9679d

View file

@ -6,7 +6,7 @@ test.describe('Tool - Extract text from html', () => {
});
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 }) => {