mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
correct e2e tests
This commit is contained in:
parent
bc48880fe6
commit
fd02c35ec3
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ test.describe('Tool - Yaml to json', () => {
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('Yaml is parsed and output clean json', async ({ page }) => {
|
test('Yaml is parsed with merge key and output correct json', async ({ page }) => {
|
||||||
await page.getByTestId('input').fill(`
|
await page.getByTestId('input').fill(`
|
||||||
default: &default
|
default: &default
|
||||||
name: ''
|
name: ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue