@shopware-ag/acceptance-test-suite
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -501,2 +501,25 @@ import * as _playwright_test from '@playwright/test'; | ||
declare class DataSharing implements PageObject { | ||
readonly page: Page; | ||
readonly dataSharingSuccessMessageLabel: Locator; | ||
readonly dataSharingAgreeButton: Locator; | ||
readonly dataSharingDisableButton: Locator; | ||
readonly dataSharingTermsAgreementLabel: Locator; | ||
constructor(page: Page); | ||
goTo(): Promise<void>; | ||
} | ||
declare class Dashboard implements PageObject { | ||
readonly page: Page; | ||
readonly dataSharingConsentBanner: Locator; | ||
readonly dataSharingAgreeButton: Locator; | ||
readonly dataSharingNotAtTheMomentButton: Locator; | ||
readonly dataSharingTermsAgreementLabel: Locator; | ||
readonly dataSharingSettingsLink: Locator; | ||
readonly dataSharingAcceptMessageText: Locator; | ||
readonly dataSharingNotAtTheMomentMessageText: Locator; | ||
constructor(page: Page); | ||
goTo(): Promise<void>; | ||
} | ||
interface AdministrationPageTypes { | ||
@@ -509,2 +532,4 @@ AdminProductDetail: ProductDetail; | ||
AdminFlowBuilderListing: FlowBuilderListing; | ||
AdminDataSharing: DataSharing; | ||
AdminDashboard: Dashboard; | ||
} | ||
@@ -518,2 +543,4 @@ declare const AdminPageObjects: { | ||
FlowBuilderListing: typeof FlowBuilderListing; | ||
Dashboard: typeof Dashboard; | ||
DataSharing: typeof DataSharing; | ||
}; | ||
@@ -562,2 +589,4 @@ | ||
declare function extractIdFromUrl(url: string): string | null; | ||
type OrderStatus = 'cancel' | 'complete' | 'reopen' | 'process'; | ||
declare const setOrderStatus: (orderId: string, orderStatus: OrderStatus, adminApiContext: AdminApiContext) => Promise<APIResponse>; | ||
@@ -604,2 +633,2 @@ declare const isSaaSInstance: (adminApiContext: AdminApiContext) => Promise<boolean>; | ||
export { AdminPageObjects, type FixtureTypes, type PageObject, StorefrontPageObjects, type Task, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, test }; | ||
export { AdminPageObjects, type FixtureTypes, type PageObject, StorefrontPageObjects, type Task, createRandomImage, extractIdFromUrl, getCountryId, getCurrency, getDefaultShippingMethodId, getFlowId, getLanguageData, getMediaId, getOrderTransactionId, getPaymentMethodId, getSalutationId, getSnippetSetId, getStateMachineId, getStateMachineStateId, getTaxId, getThemeId, isSaaSInstance, setOrderStatus, test }; |
{ | ||
"name": "@shopware-ag/acceptance-test-suite", | ||
"version": "1.4.0", | ||
"version": "1.5.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
159969
3042