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

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
@@ -5212,7 +5212,7 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
5212
5212
  name: "\uE907 Add folder"
5213
5213
  }).click();
5214
5214
  await (0, $hOLA6$expect)(this.page.getByText('Create a new folder in root')).toBeVisible();
5215
- await this.page.getByRole('textbox').fill(folderName);
5215
+ await this.page.locator('input[name="newFolderName"]').fill(folderName);
5216
5216
  await this.page.getByRole('button', {
5217
5217
  name: 'Create'
5218
5218
  }).click();
@@ -5288,7 +5288,7 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
5288
5288
  name: parentFolder
5289
5289
  }).hover();
5290
5290
  await this.clickFolderOptions(parentFolder, 'add');
5291
- await this.page.getByRole('textbox').fill(subFolderName);
5291
+ await this.page.locator('input[name="newFolderName"]').fill(subFolderName);
5292
5292
  await this.page.getByRole('button', {
5293
5293
  name: 'Create'
5294
5294
  }).click();