@digital-ai/devops-page-object-release 0.0.110 → 0.0.111

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.111
4
+
5
+ ### Patch Changes
6
+
7
+ - 0b916d2: S-130653: Update header page selectors
8
+
3
9
  ## 0.0.110
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -6683,7 +6683,7 @@ class $00fc48341ebf7de4$export$2fb4351c41ce6e7a extends (0, $f8721861c660dd88$ex
6683
6683
  async verifyUser(username, userFullName) {
6684
6684
  await this.page.locator('li').getByLabel(userFullName).click();
6685
6685
  await (0, $kKeXs$playwrighttest.expect)(this.page.getByRole('heading', {
6686
- name: `Account details for ${username}`
6686
+ name: `${userFullName} (${username})`
6687
6687
  })).toBeVisible();
6688
6688
  }
6689
6689
  async clickAccessTokens() {