@shopware-ag/acceptance-test-suite
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -1148,5 +1148,24 @@ import * as axe_core from 'axe-core'; | ||
interface FixtureTypes extends ApiContextTypes, PageContextTypes, ActorFixtureTypes, TestDataFixtureTypes, HelperFixtureTypes, DefaultSalesChannelTypes, StorefrontPageTypes, AdministrationPageTypes, DataFixtureTypes { | ||
/** | ||
* Service to interact with feature flags | ||
*/ | ||
declare class FeatureService { | ||
private readonly apiContext; | ||
private features; | ||
private resetFeatures; | ||
constructor(apiContext: AdminApiContext); | ||
enable(name: string | string[]): Promise<void>; | ||
disable(name: string | string[]): Promise<void>; | ||
isEnabled(name: string): Promise<boolean>; | ||
private loadFeatures; | ||
cleanup(): Promise<void>; | ||
} | ||
interface FeatureFixtureTypes { | ||
FeatureService: FeatureService; | ||
} | ||
interface FixtureTypes extends ApiContextTypes, PageContextTypes, ActorFixtureTypes, TestDataFixtureTypes, HelperFixtureTypes, FeatureFixtureTypes, DefaultSalesChannelTypes, StorefrontPageTypes, AdministrationPageTypes, DataFixtureTypes { | ||
} | ||
type Language = components['schemas']['Language'] & { | ||
@@ -1193,2 +1212,4 @@ id: string; | ||
} & { | ||
ExpectNotification: Task; | ||
} & { | ||
Login: Task; | ||
@@ -1195,0 +1216,0 @@ } & { |
{ | ||
"name": "@shopware-ag/acceptance-test-suite", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Shopware Acceptance Test Suite", | ||
@@ -5,0 +5,0 @@ "author": "shopware AG", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
257844
5100