@digital-ai/devops-page-object-release 0.0.0-snapshot-20260121081042 → 0.0.0-snapshot-20260121085609

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-20260121081042
3
+ ## 0.0.0-snapshot-20260121085609
4
4
 
5
5
  ### Patch Changes
6
6
 
package/dist/main.js CHANGED
@@ -10385,8 +10385,8 @@ class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$ex
10385
10385
  async login(userName, password) {
10386
10386
  const testEnv = undefined ?? "local";
10387
10387
  await this.page.goto("./");
10388
- await this.waitForKeycloakLogin();
10389
10388
  if (testEnv === "saas") {
10389
+ await this.waitForKeycloakLogin();
10390
10390
  await this.page.locator('input[name="username"]').fill(userName);
10391
10391
  const passwordInput = this.page.locator("#password");
10392
10392
  await (0, $kKeXs$playwrighttest.expect)(passwordInput).toBeVisible({