@umbraco/playwright-testhelpers 16.0.8 → 16.0.9

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.
@@ -162,7 +162,6 @@ export declare class ContentUiHelper extends UiBaseLocators {
162
162
  constructor(page: Page);
163
163
  enterContentName(name: string): Promise<void>;
164
164
  clickSaveAndPublishButton(): Promise<void>;
165
- clickActionsButton(): Promise<void>;
166
165
  clickPublishButton(): Promise<void>;
167
166
  clickUnpublishButton(): Promise<void>;
168
167
  clickReloadChildrenThreeDotsButton(): Promise<void>;
@@ -341,9 +341,6 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
341
341
  await this.saveAndPublishBtn.click();
342
342
  await this.page.waitForTimeout(500);
343
343
  }
344
- async clickActionsButton() {
345
- await this.actionsBtn.click();
346
- }
347
344
  async clickPublishButton() {
348
345
  await this.publishBtn.click();
349
346
  await this.page.waitForTimeout(500);