mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 21:37:11 -04:00
test(eslint): fixing correct title of tool text from html
This commit is contained in:
parent
e672cdae63
commit
b2a4b9679d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue