@digital-ai/devops-page-object-release 0.0.0-snapshot-20251215064123 → 0.0.0-snapshot-20251216064142
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 +2 -2
- package/dist/main.js +8 -19
- package/dist/main.js.map +1 -1
- package/dist/module.js +8 -19
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +0 -2
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/types.d.ts
CHANGED
|
@@ -243,12 +243,10 @@ declare class ConditionRail extends WithPage {
|
|
|
243
243
|
preconditionToggle: Locator;
|
|
244
244
|
textEditor: Locator;
|
|
245
245
|
saveButton: Locator;
|
|
246
|
-
selectEL: Locator;
|
|
247
246
|
constructor(page: Page);
|
|
248
247
|
enablePrecondition(): Promise<void>;
|
|
249
248
|
disablePrecondition(): Promise<void>;
|
|
250
249
|
setPrecondition(script: string): Promise<void>;
|
|
251
|
-
setPreconditionToEL(script: string): Promise<void>;
|
|
252
250
|
expectPreconditionEditable(editable: boolean): Promise<void>;
|
|
253
251
|
enableFailureHandler(): Promise<void>;
|
|
254
252
|
expectEnabledFailureHandlerToggle(): Promise<void>;
|