@stylable/e2e-test-kit
Advanced tools
Comparing version 4.5.1 to 4.6.0
@@ -14,7 +14,7 @@ "use strict"; | ||
const data = { | ||
id: styleEl.getAttribute('st-id'), | ||
depth: styleEl.getAttribute('st-depth'), | ||
id: styleEl.getAttribute('st_id'), | ||
depth: styleEl.getAttribute('st_depth'), | ||
}; | ||
if (includeRuntimeId) { | ||
data.runtime = styleEl.getAttribute('st-runtime'); | ||
data.runtime = styleEl.getAttribute('st_runtime'); | ||
} | ||
@@ -21,0 +21,0 @@ if (includeCSSContent) { |
{ | ||
"name": "@stylable/e2e-test-kit", | ||
"version": "4.5.1", | ||
"version": "4.6.0", | ||
"description": "A collection of tools to help test Stylable components and applications from end-to-end", | ||
@@ -10,7 +10,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@stylable/runtime": "^4.5.1", | ||
"@stylable/runtime": "^4.6.0", | ||
"express": "^4.17.1", | ||
"memory-fs": "^0.5.0", | ||
"node-eval": "^2.0.0", | ||
"playwright-core": "^1.13.1", | ||
"playwright-core": "^1.14.0", | ||
"rimraf": "^3.0.2" | ||
@@ -17,0 +17,0 @@ }, |
@@ -16,7 +16,7 @@ import type { Response } from 'playwright-core'; | ||
const data: { id?: string; depth?: string; css?: string; runtime?: string } = { | ||
id: styleEl.getAttribute('st-id')!, | ||
depth: styleEl.getAttribute('st-depth')!, | ||
id: styleEl.getAttribute('st_id')!, | ||
depth: styleEl.getAttribute('st_depth')!, | ||
}; | ||
if (includeRuntimeId) { | ||
data.runtime = styleEl.getAttribute('st-runtime')!; | ||
data.runtime = styleEl.getAttribute('st_runtime')!; | ||
} | ||
@@ -23,0 +23,0 @@ if (includeCSSContent) { |
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
Updated@stylable/runtime@^4.6.0
Updatedplaywright-core@^1.14.0