@shopware-ag/acceptance-test-suite 12.11.0 → 12.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.mjs +2 -2
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -544,8 +544,8 @@ const test$c = test$e.extend({
|
|
|
544
544
|
});
|
|
545
545
|
|
|
546
546
|
const isSaaSInstance = async (adminApiContext) => {
|
|
547
|
-
const
|
|
548
|
-
return
|
|
547
|
+
const instanceStatus = await adminApiContext.get("./instance/status");
|
|
548
|
+
return instanceStatus.ok();
|
|
549
549
|
};
|
|
550
550
|
const isThemeCompiled = async (context, storefrontUrl) => {
|
|
551
551
|
const response = await context.get(storefrontUrl);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shopware-ag/acceptance-test-suite",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.12.1",
|
|
4
4
|
"description": "Shopware Acceptance Test Suite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fixtures",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
42
|
"@axe-core/playwright": "4.11.1",
|
|
43
|
-
"@playwright/test": "1.
|
|
43
|
+
"@playwright/test": "1.60.0",
|
|
44
44
|
"@shopware/api-client": "1.4.0",
|
|
45
45
|
"axe-html-reporter": "2.2.11",
|
|
46
46
|
"compare-versions": "6.1.1",
|