@digital-ai/devops-page-object-release 0.0.117 → 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'