@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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20251030111607
3
+ ## 0.0.0-snapshot-20251031105320
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -3846,7 +3846,8 @@ class $8681d8a3f46f87b7$export$d1077068a9cc9f17 extends (0, $f8721861c660dd88$ex
3846
3846
  const flagButton = this.page.locator(".flags .dropdown-button");
3847
3847
  await (0, $kKeXs$playwrighttest.expect)(flagButton).toHaveClass(new RegExp(`\\b${flagName}\\b`));
3848
3848
  const input = this.page.locator(".flags input");
3849
- if (await input.isVisible()) await (0, $kKeXs$playwrighttest.expect)(input).toHaveValue(flagComment);
3849
+ await (0, $kKeXs$playwrighttest.expect)(input).toBeVisible();
3850
+ await (0, $kKeXs$playwrighttest.expect)(input).toHaveValue(flagComment);
3850
3851
  }
3851
3852
  async flag(flagName, flagComment) {
3852
3853
  const flagDropdown = this.page.locator("#release-properties .flags .dropdown-button");