@digital-ai/devops-page-object-release 0.0.0-snapshot-20260121070533 → 0.0.0-snapshot-20260121072057
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 -2
- package/dist/main.js.map +1 -1
- package/dist/module.js +2 -2
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -10380,10 +10380,10 @@ class $258749e0671c845a$export$f14c0e3f98d164c0 extends (0, $f8721861c660dd88$ex
|
|
|
10380
10380
|
const testEnv = undefined ?? "local";
|
|
10381
10381
|
await this.page.goto("./");
|
|
10382
10382
|
if (testEnv === "saas") {
|
|
10383
|
-
await this.page.locator("
|
|
10383
|
+
await this.page.locator("#username").fill(userName, {
|
|
10384
10384
|
timeout: 10000
|
|
10385
10385
|
});
|
|
10386
|
-
await this.page.locator("
|
|
10386
|
+
await this.page.locator("#password").fill(password, {
|
|
10387
10387
|
timeout: 10000
|
|
10388
10388
|
});
|
|
10389
10389
|
} else {
|