@digital-ai/devops-page-object-release 0.0.0-snapshot-20251205190028 → 0.0.0-snapshot-20251205202250
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
|
@@ -6810,7 +6810,7 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
|
|
|
6810
6810
|
}
|
|
6811
6811
|
async deleteUser(username) {
|
|
6812
6812
|
await this.page.getByTestId(`user-actions-btn-${username}`).click();
|
|
6813
|
-
await this.page.
|
|
6813
|
+
await this.page.locator(".icon-delete").click();
|
|
6814
6814
|
await this.modal.delete();
|
|
6815
6815
|
}
|
|
6816
6816
|
async openRoles() {
|