@digital-ai/devops-page-object-release 0.0.0-pikachu-20250814171029 → 0.0.0-pikachu-20250820104605
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 +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
|
@@ -1135,7 +1135,7 @@ class $e403098cd4f59faa$export$7034f81075184002 extends (0, $f8721861c660dd88$ex
|
|
|
1135
1135
|
return this;
|
|
1136
1136
|
}
|
|
1137
1137
|
async closeFilterDrawer() {
|
|
1138
|
-
await this.page.locator(`${this.getBaseDrawerSelector()} .dot-icon-btn[
|
|
1138
|
+
await this.page.locator(`${this.getBaseDrawerSelector()} .dot-icon-btn[data-testid="close-btn"]`).click();
|
|
1139
1139
|
await (0, $kKeXs$playwrighttest.expect)(this.page.locator(this.getFilterDrawerSelector())).not.toBeVisible();
|
|
1140
1140
|
return this;
|
|
1141
1141
|
}
|