@digital-ai/devops-page-object-release 0.0.0-snapshot-20260114095354 → 0.0.0-snapshot-20260116055025

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,6 +1,6 @@
1
1
  # @digital-ai/devops-page-object-release
2
2
 
3
- ## 0.0.0-snapshot-20260114095354
3
+ ## 0.0.0-snapshot-20260116055025
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -10325,8 +10325,8 @@ class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$ex
10325
10325
  * Login with username and password
10326
10326
  * @param userName
10327
10327
  * @param password
10328
- */ async login(userName, password) {
10329
- const baseUrl = undefined;
10328
+ * @param baseUrl
10329
+ */ async login(userName, password, baseUrl) {
10330
10330
  if (!baseUrl || !userName || !password) throw new Error("Missing BASE_URL or TEST_USERNAME or TEST_PASSWORD in environment variables");
10331
10331
  await this.page.goto(baseUrl, {
10332
10332
  waitUntil: "domcontentloaded"