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

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
@@ -5211,7 +5211,7 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
5211
5211
  await this.page.getByRole('button', {
5212
5212
  name: "\uE907 Add folder"
5213
5213
  }).click();
5214
- await (0, $hOLA6$expect)(this.page.getByText('Create a new folder in root')).toBeVisible();
5214
+ await (0, $hOLA6$expect)(this.page.getByText('You are creating a folder in root.')).toBeVisible();
5215
5215
  await this.page.locator('input[name="newFolderName"]').fill(folderName);
5216
5216
  await this.page.getByRole('button', {
5217
5217
  name: 'Create'
@@ -10122,7 +10122,7 @@ class $80c3ae34677b4324$var$Fixtures {
10122
10122
  return json.key;
10123
10123
  }
10124
10124
  async addBlackout(name, from, to) {
10125
- return this.doPost('calendar/blackouts', {
10125
+ return this.doPost('api/v1/blackouts', {
10126
10126
  label: name,
10127
10127
  startDate: from,
10128
10128
  endDate: to,