Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@spartez-software/ui-test-utils

Package Overview
Dependencies
Maintainers
9
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spartez-software/ui-test-utils - npm Package Compare versions

Comparing version 0.0.65 to 0.0.66

14

lib/ui/page-objects/jira-login.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc