@spartez-software/ui-test-utils
Advanced tools
Comparing version 0.0.65 to 0.0.66
@@ -35,6 +35,12 @@ "use strict"; | ||
yield utils_1.screenshot(page, 'jira-login'); | ||
yield Promise.all([ | ||
page.waitForSelector('#jira-frontend'), | ||
continueBt.click() | ||
]); | ||
try { | ||
yield Promise.all([ | ||
page.waitForSelector('#jira-frontend'), | ||
continueBt.click() | ||
]); | ||
} | ||
catch (error) { | ||
yield utils_1.screenshot(page, 'login-error'); | ||
throw new Error(`Cannot login to ${targetUrl}, reason: ${error}`); | ||
} | ||
}); | ||
@@ -41,0 +47,0 @@ } |
{ | ||
"name": "@spartez-software/ui-test-utils", | ||
"version": "0.0.65", | ||
"version": "0.0.66", | ||
"description": "Spartez UI tests helper lib ", | ||
@@ -39,3 +39,3 @@ "author": "Bartłomiej Zięba <bartlomiej.zieba@spartez-software.com>", | ||
"dependencies": { | ||
"@spartez-software/test-utils": "0.0.65", | ||
"@spartez-software/test-utils": "0.0.66", | ||
"dotenv": "8.2.0", | ||
@@ -48,3 +48,3 @@ "mkdirp": "1.0.4", | ||
}, | ||
"gitHead": "024e8075ec68520246eccbb3d66accdc4bac3c80" | ||
"gitHead": "1744d1294320f426687b0004fb75c9d0fdf1d50e" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22517
216
+ Added@spartez-software/test-utils@0.0.66(transitive)
- Removed@spartez-software/test-utils@0.0.65(transitive)