@digital-ai/devops-page-object-release 0.0.0-snapshot-20260123084336 → 0.0.0-snapshot-20260123085501
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 +1 -1
- package/dist/main.js +2 -0
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -0
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/module.js
CHANGED
|
@@ -9393,8 +9393,10 @@ class $4444bee76761dfb1$export$f14c0e3f98d164c0 extends (0, $9626bc9256ce31f7$ex
|
|
|
9393
9393
|
*/ async login(userName, password) {
|
|
9394
9394
|
if (!$hOLA6$env.TEST_ENV) throw new Error("TEST_ENV is not defined. Aborting login.");
|
|
9395
9395
|
const testEnv = $hOLA6$env.TEST_ENV;
|
|
9396
|
+
$hOLA6$stderr.write(`[ENV CHECK]\n` + ` TEST_ENV=${testEnv}\n`);
|
|
9396
9397
|
await this.page.goto("./");
|
|
9397
9398
|
if (testEnv === "saas") {
|
|
9399
|
+
$hOLA6$stderr.write(`[ENV CHECK_INSIDE_IF]\n` + ` TEST_ENV=${testEnv}\n`);
|
|
9398
9400
|
//if (this.page.url().includes('/auth/realms')) {
|
|
9399
9401
|
const usernameInput = this.page.locator('input[name="username"]');
|
|
9400
9402
|
await usernameInput.waitFor({
|