@shopware-ag/acceptance-test-suite
Advanced tools
Comparing version 3.9.0 to 3.10.0
@@ -1194,4 +1194,8 @@ import * as axe_core from 'axe-core'; | ||
readonly contextMenuDownload: Locator; | ||
readonly contextMenuDuplicate: Locator; | ||
readonly contextMenuEdit: Locator; | ||
readonly contextMenuDelete: Locator; | ||
readonly flowDownloadModal: Locator; | ||
readonly downloadFlowButton: Locator; | ||
readonly flowDeleteButton: Locator; | ||
readonly successAlert: Locator; | ||
@@ -1201,2 +1205,3 @@ readonly successAlertMessage: Locator; | ||
url(): string; | ||
getLineItemByFlowName(flowName: string): Promise<Record<string, Locator>>; | ||
} | ||
@@ -1315,2 +1320,6 @@ | ||
declare const getPaymentMethodId: (adminApiContext: AdminApiContext, handlerId?: string) => Promise<string>; | ||
/** | ||
* Gives the default shipping method back called Standard | ||
* @param adminApiContext - An AdminApiContext entity | ||
*/ | ||
declare const getDefaultShippingMethodId: (adminApiContext: AdminApiContext) => Promise<string>; | ||
@@ -1317,0 +1326,0 @@ declare const getCountryId: (iso2: string, adminApiContext: AdminApiContext) => Promise<string>; |
{ | ||
"name": "@shopware-ag/acceptance-test-suite", | ||
"version": "3.9.0", | ||
"version": "3.10.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
290122
5707