hermione-assert-view-extended
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
browser.addCommand('assertView', (name, selector, options = {}) => { | ||
browser.addCommand('assertView', async (name, selector, options = {}) => { | ||
options.excludeElements = normalize(options.excludeElements); | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "hermione-assert-view-extended", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Hermione plugin for extend assertView command.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
9454