Socket
Socket
Sign inDemoInstall

@viewstools/e2e

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viewstools/e2e - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -7,3 +7,3 @@ const key = process.env.VIEWS_E2E_TEST_ID || "data-test-id";

scopes.forEach(scope => {
el[scope] = () => browser.element(`[${key}="${id}|${scope}"]`);
el[scope] = () => browser.element(`[${key}="${id}|"][${key}="${scope}|"]`);
});

@@ -10,0 +10,0 @@

@@ -11,3 +11,3 @@ var key = process.env.VIEWS_E2E_TEST_ID || "data-test-id";

scopes.forEach(function (scope) {
el[scope] = function () { return browser.element(("[" + key + "=\"" + id + "|" + scope + "\"]")); };
el[scope] = function () { return browser.element(("[" + key + "=\"" + id + "|\"][" + key + "=\"" + scope + "|\"]")); };
});

@@ -14,0 +14,0 @@

{
"name": "@viewstools/e2e",
"version": "0.1.0",
"version": "0.1.1",
"description": "Views Tools E2E helpers",

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

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