@digital-ai/devops-page-object-release 0.0.0-snapshot-20260114110019 → 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/dist/module.js CHANGED
@@ -9389,8 +9389,8 @@ class $4444bee76761dfb1$export$f14c0e3f98d164c0 extends (0, $9626bc9256ce31f7$ex
9389
9389
  * Login with username and password
9390
9390
  * @param userName
9391
9391
  * @param password
9392
- */ async login(userName, password) {
9393
- const baseUrl = undefined;
9392
+ * @param baseUrl
9393
+ */ async login(userName, password, baseUrl) {
9394
9394
  if (!baseUrl || !userName || !password) throw new Error("Missing BASE_URL or TEST_USERNAME or TEST_PASSWORD in environment variables");
9395
9395
  await this.page.goto(baseUrl, {
9396
9396
  waitUntil: "domcontentloaded"