@digital-ai/devops-page-object-release 0.0.115 → 0.0.116

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/dist/module.js CHANGED
@@ -5316,10 +5316,6 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
5316
5316
  name: folderName
5317
5317
  }).hover();
5318
5318
  await this.clickFolderOptions(folderName, 'delete');
5319
- await (0, $hOLA6$expect)(this.page.getByRole('heading', {
5320
- name: 'Delete folder'
5321
- }).locator('span')).toBeVisible();
5322
- await (0, $hOLA6$expect)(this.page.locator('.xl-react-modal .confirmation-content').getByText('You are about to delete the folder ' + folderName + '. Folders nested in ' + folderName + ' will also be deleted.')).toBeVisible();
5323
5319
  await this.page.getByRole('button', {
5324
5320
  name: 'Delete'
5325
5321
  }).click();