diff --git a/playwright/tests/attributes.spec.ts b/playwright/tests/attributes.spec.ts index c1cc8878c24..f0de2bbe24f 100644 --- a/playwright/tests/attributes.spec.ts +++ b/playwright/tests/attributes.spec.ts @@ -169,6 +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 await attributesPage.page.keyboard.press("Tab"); await attributesPage.clickSaveButton();