Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopware-ag/acceptance-test-suite

Package Overview
Dependencies
Maintainers
9
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopware-ag/acceptance-test-suite - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

31

dist/index.d.ts

@@ -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 };

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc