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
0
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 3.9.0 to 3.10.0

9

dist/index.d.ts

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

2

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

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