@alfresco/aca-playwright-shared 7.5.0-26089953239 → 7.5.0-26220284331

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alfresco/aca-playwright-shared",
3
- "version": "7.5.0-26089953239",
3
+ "version": "7.5.0-26220284331",
4
4
  "license": "LGPL-3.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -40,5 +40,5 @@ export declare class ManageRules extends BaseComponent {
40
40
  checkIfRuleListEmpty(): Promise<boolean>;
41
41
  checkIfRuleIsOnTheList(ruleName: string): Promise<void>;
42
42
  countConditionsInGroup(): Promise<number>;
43
- turnOffRuleToggle(): Promise<void>;
43
+ turnOffRuleToggle(skipExpect?: 'skip expect'): Promise<void>;
44
44
  }
@@ -28,7 +28,6 @@ export declare class SnackBarComponent extends BaseComponent {
28
28
  message: import("playwright-core").Locator;
29
29
  actionButton: import("playwright-core").Locator;
30
30
  closeIcon: import("playwright-core").Locator;
31
- getByMessageLocator: (message: string) => import("playwright-core").Locator;
32
31
  constructor(page: Page, rootElement?: string);
33
32
  getSnackBarMessage(): Promise<string>;
34
33
  getSnackBarActionText(): Promise<string>;
@@ -53,5 +53,4 @@ export declare class SearchPage extends BasePage {
53
53
  folderInformationDialog: FolderInformationDialogComponent;
54
54
  searchMenuCard: SearchMenuCard;
55
55
  searchWithin(searchText: string, searchType?: SearchType): Promise<void>;
56
- clickSearchButton(): Promise<void>;
57
56
  }