cypress-pipe
Advanced tools
Comparing version
@@ -69,3 +69,3 @@ /// <reference types="cypress" /> | ||
if (!subject) { | ||
subject = Cypress.$('body') | ||
subject = cy.state('withinSubject') || Cypress.$('body') | ||
} | ||
@@ -72,0 +72,0 @@ |
{ | ||
"name": "cypress-pipe", | ||
"version": "1.7.0", | ||
"version": "2.0.0", | ||
"description": "Create custom commands using plain-old functions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
16018
0.18%