From 16234ec30671d2b8ff7be52abc2b0458fd392bf7 Mon Sep 17 00:00:00 2001 From: Michalina Graczyk Date: Tue, 17 Dec 2024 11:00:59 +0100 Subject: [PATCH] Added more precised comment --- playwright/tests/attributes.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/tests/attributes.spec.ts b/playwright/tests/attributes.spec.ts index f0de2bbe24f..ec66587b4b6 100644 --- a/playwright/tests/attributes.spec.ts +++ b/playwright/tests/attributes.spec.ts @@ -169,7 +169,7 @@ for (const attr of ATTRIBUTES.attributesToBeUpdated) { await attributesPage.metadataAddFieldButton.click(); await attributesPage.fillMetadataFields("new key", "new value"); - //Clicking tab only to change focus from the input + //Clicking tab only to change focus from the input, allowing to save metadata await attributesPage.page.keyboard.press("Tab"); await attributesPage.clickSaveButton();