@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/dist/module.js
CHANGED
|
@@ -199,7 +199,7 @@ class $b34a21212642e54d$export$7034f81075184002 extends (0, $9626bc9256ce31f7$ex
|
|
|
199
199
|
return this;
|
|
200
200
|
}
|
|
201
201
|
async closeFilterDrawer() {
|
|
202
|
-
await this.page.locator(`${this.getBaseDrawerSelector()} .dot-icon-btn[
|
|
202
|
+
await this.page.locator(`${this.getBaseDrawerSelector()} .dot-icon-btn[data-testid="close-btn"]`).click();
|
|
203
203
|
await (0, $hOLA6$expect)(this.page.locator(this.getFilterDrawerSelector())).not.toBeVisible();
|
|
204
204
|
return this;
|
|
205
205
|
}
|