@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/dist/module.js CHANGED
@@ -5874,7 +5874,7 @@ class $2cb6a6ac6b17e85f$export$107317390f5aa598 extends (0, $9626bc9256ce31f7$ex
5874
5874
  }
5875
5875
  async deleteUser(username) {
5876
5876
  await this.page.getByTestId(`user-actions-btn-${username}`).click();
5877
- await this.page.getByTestId(`delete-btn-${username}`).click();
5877
+ await this.page.locator(".icon-delete").click();
5878
5878
  await this.modal.delete();
5879
5879
  }
5880
5880
  async openRoles() {