@digital-ai/devops-page-object-release 0.0.51 → 0.0.52

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
@@ -4453,7 +4453,6 @@ class $50c91328c9110668$export$b453f08936c58edb extends (0, $9626bc9256ce31f7$ex
4453
4453
  await this.page.getByPlaceholder("Search folder...").click();
4454
4454
  await this.page.getByPlaceholder("Search folder...").clear();
4455
4455
  await this.page.getByPlaceholder("Search folder...").fill(folderName);
4456
- await this.page.getByPlaceholder("Search folder...").press("Enter");
4457
4456
  await (0, $hOLA6$expect)(this.page.getByRole("link", {
4458
4457
  name: folderName
4459
4458
  })).toBeVisible();