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

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();
@@ -10126,7 +10122,7 @@ class $80c3ae34677b4324$var$Fixtures {
10126
10122
  return json.key;
10127
10123
  }
10128
10124
  async addBlackout(name, from, to) {
10129
- return this.doPost('calendar/blackouts', {
10125
+ return this.doPost('api/v1/blackouts', {
10130
10126
  label: name,
10131
10127
  startDate: from,
10132
10128
  endDate: to,