@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/dist/types.d.ts CHANGED
@@ -2243,8 +2243,9 @@ declare class LoginPage extends WithPage {
2243
2243
  * Login with username and password
2244
2244
  * @param userName
2245
2245
  * @param password
2246
+ * @param baseUrl
2246
2247
  */
2247
- login(userName?: string | undefined, password?: string | undefined): Promise<void>;
2248
+ login(userName?: string | undefined, password?: string | undefined, baseUrl?: string | undefined): Promise<void>;
2248
2249
  loginWithoutReload(userName: string, password: string): Promise<void>;
2249
2250
  /**
2250
2251
  * Logout as authenticated user