Skip to content

Commit

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

0 comments on commit 6d49136

Please sign in to comment.