@digital-ai/devops-page-object-release 0.0.92 → 0.0.93
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/CHANGELOG.md +6 -0
- package/dist/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -6796,7 +6796,7 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
|
|
|
6796
6796
|
await this.modal.save();
|
|
6797
6797
|
}
|
|
6798
6798
|
async filterUser(username) {
|
|
6799
|
-
await this.page.getByPlaceholder("Filter...").fill(username);
|
|
6799
|
+
await this.page.getByPlaceholder("Filter by name, username or email ...").fill(username);
|
|
6800
6800
|
}
|
|
6801
6801
|
async expectToHaveFilteredUser(username) {
|
|
6802
6802
|
return await (0, $kKeXs$playwrighttest.expect)(this.page.getByRole("row", {
|