@digital-ai/devops-page-object-release 0.0.88 → 0.0.89
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 +6 -0
- package/dist/main.js +16 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +16 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -614,6 +614,8 @@ declare class ReleasePropertiesPage extends WithPage {
|
|
|
614
614
|
expectStartFromReleaseToBe(parentRelease: string): Promise<void>;
|
|
615
615
|
expectTemplateURLToBe(templateURL: string): Promise<void>;
|
|
616
616
|
expectStartFromReleaseURLToBe(parentReleaseURL: string): Promise<void>;
|
|
617
|
+
expectFlaggedWith(flagName: string, flagComment: string): Promise<void>;
|
|
618
|
+
flag(flagName: string, flagComment: string): Promise<void>;
|
|
617
619
|
}
|
|
618
620
|
declare class ReleaseTeamsAndPermissionsPage extends WithPage {
|
|
619
621
|
saveButton: Locator;
|