@umbraco/playwright-testhelpers 16.0.3 → 16.0.4

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.
@@ -333,6 +333,7 @@ class ContentUiHelper extends UiBaseLocators_1.UiBaseLocators {
333
333
  async clickSaveAndPublishButton() {
334
334
  await (0, test_1.expect)(this.saveAndPublishBtn).toBeVisible();
335
335
  await this.saveAndPublishBtn.click();
336
+ await this.page.waitForTimeout(500);
336
337
  }
337
338
  async clickActionsButton() {
338
339
  await this.actionsBtn.click();