@digital-ai/devops-page-object-release 0.0.0-pikachu-20250814100204 → 0.0.0-pikachu-20250814171029
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 +1 -1
- package/dist/main.js +3 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +3 -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
|
@@ -1128,7 +1128,9 @@ class $e403098cd4f59faa$export$7034f81075184002 extends (0, $f8721861c660dd88$ex
|
|
|
1128
1128
|
return this;
|
|
1129
1129
|
}
|
|
1130
1130
|
async openFilterDrawer() {
|
|
1131
|
-
await this.page.locator(`${this.getHeaderSelector()}
|
|
1131
|
+
await this.page.locator(`${this.getHeaderSelector()} button`, {
|
|
1132
|
+
hasText: "Filters"
|
|
1133
|
+
}).click();
|
|
1132
1134
|
await (0, $kKeXs$playwrighttest.expect)(this.page.locator(this.getFilterDrawerSelector())).toBeVisible();
|
|
1133
1135
|
return this;
|
|
1134
1136
|
}
|