correct e2e tests

This commit is contained in:
lvluu 2024-10-22 16:54:47 +07:00
parent bc48880fe6
commit fd02c35ec3

View file

@ -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: ''