@umbraco/playwright-testhelpers 15.0.41 → 15.0.42

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.
@@ -101,7 +101,6 @@ export declare class ContentUiHelper extends UiBaseLocators {
101
101
  private readonly selectLoginPageDocument;
102
102
  private readonly selectErrorPageDocument;
103
103
  private readonly rollbackItem;
104
- private readonly expandChildItemsForContent;
105
104
  private readonly actionsMenu;
106
105
  private readonly linkToDocumentBtn;
107
106
  private readonly linkToMediaBtn;
@@ -105,7 +105,6 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
105
105
  selectLoginPageDocument;
106
106
  selectErrorPageDocument;
107
107
  rollbackItem;
108
- expandChildItemsForContent;
109
108
  actionsMenu;
110
109
  linkToDocumentBtn;
111
110
  linkToMediaBtn;
@@ -271,7 +270,6 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
271
270
  this.selectLoginPageDocument = page.locator('.select-item').filter({ hasText: 'Login Page' }).locator('umb-input-document');
272
271
  this.selectErrorPageDocument = page.locator('.select-item').filter({ hasText: 'Error Page' }).locator('umb-input-document');
273
272
  this.rollbackItem = page.locator('.rollback-item');
274
- this.expandChildItemsForContent = page.getByLabel('Expand child items for Content');
275
273
  this.actionsMenu = page.locator('uui-scroll-container');
276
274
  this.linkToDocumentBtn = this.linkPickerModal.locator('[data-mark="action:document"] #button');
277
275
  this.linkToMediaBtn = this.linkPickerModal.locator('[data-mark="action:media"] #button');
@@ -856,7 +854,6 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
856
854
  await this.moveToBtn.click();
857
855
  }
858
856
  async moveToContentWithName(parentNames, moveTo) {
859
- await this.expandChildItemsForContent.click();
860
857
  for (const contentName of parentNames) {
861
858
  await this.container.getByLabel('Expand child items for ' + contentName).click();
862
859
  }