@digital-ai/devops-page-object-release 0.0.0-snapshot-20251030111607 → 0.0.0-snapshot-20251031105320

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -2910,7 +2910,8 @@ class $c9bb587dd92143c3$export$d1077068a9cc9f17 extends (0, $9626bc9256ce31f7$ex
2910
2910
  const flagButton = this.page.locator(".flags .dropdown-button");
2911
2911
  await (0, $hOLA6$expect)(flagButton).toHaveClass(new RegExp(`\\b${flagName}\\b`));
2912
2912
  const input = this.page.locator(".flags input");
2913
- if (await input.isVisible()) await (0, $hOLA6$expect)(input).toHaveValue(flagComment);
2913
+ await (0, $hOLA6$expect)(input).toBeVisible();
2914
+ await (0, $hOLA6$expect)(input).toHaveValue(flagComment);
2914
2915
  }
2915
2916
  async flag(flagName, flagComment) {
2916
2917
  const flagDropdown = this.page.locator("#release-properties .flags .dropdown-button");