@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 +1 -1
- package/dist/main.js +2 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
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
|
-
|
|
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");
|