Skip to content

Commit

Permalink
Added more precised comment
Browse files Browse the repository at this point in the history
  • Loading branch information
michalina-graczyk committed Dec 17, 2024
1 parent 6d49136 commit 16234ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/attributes.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 16234ec

Please sign in to comment.