sling-web-component-message
Advanced tools
Comparing version 1.11.4 to 1.11.5
{ | ||
"name": "sling-web-component-message", | ||
"version": "1.11.4", | ||
"version": "1.11.5", | ||
"description": "Sling Message", | ||
@@ -10,5 +10,5 @@ "module": "src/index.js", | ||
"dependencies": { | ||
"sling-framework": "^1.11.4", | ||
"sling-helpers": "^1.11.4" | ||
"sling-framework": "^1.11.5", | ||
"sling-helpers": "^1.11.5" | ||
} | ||
} |
@@ -6,3 +6,3 @@ const component = 'sling-web-component-message'; | ||
main: (browser) => { | ||
browser.url(`http://localhost:8777/packages/${component}/${customCode ? 'public/regression' : 'public'}/index.html`) | ||
browser.url(`http://localhost:8777/${customCode ? 'regression' : ''}/index.html`) | ||
.saveScreenshot(`./reports/${component}/${component}.png`) | ||
@@ -9,0 +9,0 @@ .end(); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
524875
12742
Updatedsling-framework@^1.11.5
Updatedsling-helpers@^1.11.5