@digital-ai/devops-page-object-release 0.0.37 → 0.0.38
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 +3 -3
package/dist/module.js
CHANGED
|
@@ -4511,7 +4511,7 @@ class $aa1ba8c8de3c0679$export$2fb4351c41ce6e7a extends (0, $9626bc9256ce31f7$ex
|
|
|
4511
4511
|
await (0, $hOLA6$expect)(this.page.getByText("Online documentation")).toBeVisible();
|
|
4512
4512
|
await this.page.getByText("Online documentation").click();
|
|
4513
4513
|
const page2 = await page2Promise;
|
|
4514
|
-
(0, $hOLA6$expect)(page2.url()).toContain("https://docs.digital.ai/
|
|
4514
|
+
(0, $hOLA6$expect)(page2.url()).toContain("https://docs.digital.ai/release/docs/" + versionNumber.substring(8, 12) + "/how-to/get-started-with-xl-release");
|
|
4515
4515
|
await this.page.bringToFront();
|
|
4516
4516
|
}
|
|
4517
4517
|
async verifySupportRequest() {
|