Skip to content

Commit

Permalink
add tag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardZaydler committed Feb 12, 2024
1 parent e7725ea commit 7aa6b86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/pages/triggerForm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class TriggerForm {
await this.tagsField.click();
const tag = page.getByText("testTag");
if (await tag.isVisible()) {
tag.click();
await tag.click();
return;
}
await this.tagsField.fill("testTag");
Expand Down

0 comments on commit 7aa6b86

Please sign in to comment.