From fd02c35ec394c867353ce9ba488fedd6c5dcccd7 Mon Sep 17 00:00:00 2001 From: lvluu Date: Tue, 22 Oct 2024 16:54:47 +0700 Subject: [PATCH] correct e2e tests --- src/tools/yaml-to-json-converter/yaml-to-json.e2e.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/yaml-to-json-converter/yaml-to-json.e2e.spec.ts b/src/tools/yaml-to-json-converter/yaml-to-json.e2e.spec.ts index fe2d9ba5..d6ed84c3 100644 --- a/src/tools/yaml-to-json-converter/yaml-to-json.e2e.spec.ts +++ b/src/tools/yaml-to-json-converter/yaml-to-json.e2e.spec.ts @@ -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(` default: &default name: ''