@digital-ai/devops-page-object-release 0.0.9 → 0.0.10

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.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 5108571: Fixed goto urls with valid format to run against pipeline
8
+
3
9
  ## 0.0.9
4
10
 
5
11
  ### Patch Changes
package/dist/main.js CHANGED
@@ -1773,7 +1773,7 @@ class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$ex
1773
1773
  * @param userName
1774
1774
  * @param password
1775
1775
  */ async login(userName, password) {
1776
- await this.page.goto("/#/login");
1776
+ await this.page.goto("./#/login");
1777
1777
  await this.page.waitForTimeout(1000);
1778
1778
  await (0, $kKeXs$playwrighttest.expect)(this.page).toHaveTitle("Digital.ai Release");
1779
1779
  await this.page.getByPlaceholder("User").fill(userName);
@@ -2286,7 +2286,7 @@ class $3ceab7c613cabfd6$export$107317390f5aa598 extends (0, $f8721861c660dd88$ex
2286
2286
  this.modal = new (0, $bb5572a48b31014a$export$e2e2e1ffdce20c30)(page);
2287
2287
  }
2288
2288
  async openUsersPage() {
2289
- this.page.goto("/#/users", {
2289
+ this.page.goto("./#/users", {
2290
2290
  timeout: 1000
2291
2291
  });
2292
2292
  }