@umbraco/playwright-testhelpers 16.0.10 → 16.0.12

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.
@@ -178,7 +178,7 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
178
178
  this.saveAndPublishBtn = page.getByLabel('Save And Publish');
179
179
  this.publishBtn = page.getByLabel(/^Publish(…)?$/);
180
180
  this.unpublishBtn = page.getByLabel(/^Unpublish(…)?$/);
181
- this.actionMenuForContentBtn = page.locator('#header [label="Open actions menu"]');
181
+ this.actionMenuForContentBtn = page.locator('#header #action-modal');
182
182
  this.openedModal = page.locator('uui-modal-container[backdrop]');
183
183
  this.textstringTxt = page.locator('umb-property-editor-ui-text-box #input');
184
184
  this.reloadChildrenThreeDotsBtn = page.getByRole('button', { name: 'Reload children…' });
@@ -301,7 +301,7 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
301
301
  this.workspaceEditTab = page.locator('umb-content-workspace-view-edit-tab');
302
302
  this.blockWorkspaceEditTab = page.locator('umb-block-workspace-view-edit-tab');
303
303
  this.workspaceEditProperties = page.locator('umb-content-workspace-view-edit-properties');
304
- this.openActionsMenu = page.getByLabel('Open actions menu');
304
+ this.openActionsMenu = page.locator('#action-menu');
305
305
  this.replaceExactBtn = page.getByRole('button', { name: 'Replace', exact: true });
306
306
  this.clipboardEntryPicker = page.locator('umb-clipboard-entry-picker');
307
307
  this.blockGridAreasContainer = page.locator('umb-block-grid-areas-container');