@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
+ ## 0.0.38
4
+
5
+ ### Patch Changes
6
+
7
+ - 1524cbe: S-118507: Update help link
8
+
3
9
  ## 0.0.37
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -5447,7 +5447,7 @@ class $00fc48341ebf7de4$export$2fb4351c41ce6e7a extends (0, $f8721861c660dd88$ex
5447
5447
  await (0, $kKeXs$playwrighttest.expect)(this.page.getByText("Online documentation")).toBeVisible();
5448
5448
  await this.page.getByText("Online documentation").click();
5449
5449
  const page2 = await page2Promise;
5450
- (0, $kKeXs$playwrighttest.expect)(page2.url()).toContain("https://docs.digital.ai/bundle/devops-release-version-v." + versionNumber.substring(8, 12) + "/page/release/how-to/get-started-with-xl-release.html");
5450
+ (0, $kKeXs$playwrighttest.expect)(page2.url()).toContain("https://docs.digital.ai/release/docs/" + versionNumber.substring(8, 12) + "/how-to/get-started-with-xl-release");
5451
5451
  await this.page.bringToFront();
5452
5452
  }
5453
5453
  async verifySupportRequest() {