@shopware-ag/acceptance-test-suite 12.12.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
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 instanceFeatures = await adminApiContext.get("./instance/features");
548
- return instanceFeatures.ok();
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.12.0",
3
+ "version": "12.12.1",
4
4
  "description": "Shopware Acceptance Test Suite",
5
5
  "keywords": [
6
6
  "fixtures",