@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 +6 -0
- 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
|
@@ -5749,7 +5749,7 @@ class $aa1ba8c8de3c0679$export$2fb4351c41ce6e7a extends (0, $9626bc9256ce31f7$ex
|
|
|
5749
5749
|
async verifyUser(username, userFullName) {
|
|
5750
5750
|
await this.page.locator('li').getByLabel(userFullName).click();
|
|
5751
5751
|
await (0, $hOLA6$expect)(this.page.getByRole('heading', {
|
|
5752
|
-
name:
|
|
5752
|
+
name: `${userFullName} (${username})`
|
|
5753
5753
|
})).toBeVisible();
|
|
5754
5754
|
}
|
|
5755
5755
|
async clickAccessTokens() {
|