@thisisagile/easy-puppeteer
Advanced tools
Comparing version 6.45.4 to 6.45.5
@@ -14,3 +14,3 @@ import { Browser, Page } from 'puppeteer'; | ||
byId(id: string): TestElement; | ||
byDataTestId(Id: string): TestElement; | ||
byDataTestId(id: string): TestElement; | ||
byName(name: string): TestElement; | ||
@@ -17,0 +17,0 @@ by(key: string, value: string): TestElement; |
@@ -33,4 +33,4 @@ "use strict"; | ||
} | ||
byDataTestId(Id) { | ||
return this.by('data-testid', Id); | ||
byDataTestId(id) { | ||
return this.by('data-testid', id); | ||
} | ||
@@ -37,0 +37,0 @@ byName(name) { |
{ | ||
"name": "@thisisagile/easy-puppeteer", | ||
"version": "6.45.4", | ||
"version": "6.45.5", | ||
"description": "Straightforward wrapper library for Puppeteer web testing framework", | ||
@@ -37,3 +37,3 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "6.45.4", | ||
"@thisisagile/easy-test": "6.45.5", | ||
"@types/jest": "^26.0.23", | ||
@@ -46,4 +46,4 @@ "jest": "^27.0.3", | ||
"dependencies": { | ||
"@thisisagile/easy": "6.45.4", | ||
"@thisisagile/easy-test-web": "6.45.4", | ||
"@thisisagile/easy": "6.45.5", | ||
"@thisisagile/easy-test-web": "6.45.5", | ||
"puppeteer": "^10.1.0" | ||
@@ -50,0 +50,0 @@ }, |
@@ -34,4 +34,4 @@ import { PuppeteerElement } from './PuppeteerElement'; | ||
byDataTestId(Id: string): TestElement { | ||
return this.by('data-testid', Id); | ||
byDataTestId(id: string): TestElement { | ||
return this.by('data-testid', id); | ||
} | ||
@@ -38,0 +38,0 @@ |
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
+ Added@thisisagile/easy@6.45.5(transitive)
+ Added@thisisagile/easy-test-web@6.45.5(transitive)
- Removed@thisisagile/easy@6.45.4(transitive)
- Removed@thisisagile/easy-test-web@6.45.4(transitive)
Updated@thisisagile/easy@6.45.5