New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@processmaker/cypress-utils

Package Overview
Dependencies
Maintainers
5
Versions
410
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@processmaker/cypress-utils - npm Package Compare versions

Comparing version 1.0.33 to 1.0.34

2

package.json
{
"name": "@processmaker/cypress-utils",
"version": "1.0.33",
"version": "1.0.34",
"description": "ProcessMaker Cypress Testing Utilities",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -92,5 +92,3 @@ import selectors from "#selectors/notification";

pressFirstNotificationOnPopup(requestID) {
cy.xpath(selectors.notificationList).should("be.visible");
cy.xpath(selectors.notificationList).find("a").first().click();
cy.url().should("include", "/requests/" + requestID);
cy.xpath(selectors.notificationLists).should("be.visible").first().click();
}

@@ -97,0 +95,0 @@

@@ -27,3 +27,3 @@ export default {

notificationLists:
"//div[@class='notification-popover']/div[starts-with(@title,'/tasks/')]",
"//div[@class='notification-popover']/div[@class='items']/div[starts-with(@title, '/requests/')]",
generalCount:

@@ -30,0 +30,0 @@ "//button[@id='notification-menu-button']//span[@class='message-count']",

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