mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 15:15:02 -04:00
Corrected tests.
This commit is contained in:
parent
542f358b91
commit
c3b641136e
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ test.describe('Tool - Password strength analyser', () => {
|
||||||
|
|
||||||
const crackDuration = await page.getByTestId('crack-duration').textContent();
|
const crackDuration = await page.getByTestId('crack-duration').textContent();
|
||||||
|
|
||||||
expect(crackDuration).toEqual('15,091 milleniums, 3 centurys');
|
expect(crackDuration).toEqual('15,091 millennia, 3 centuries');
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue