@shopware-ag/acceptance-test-suite
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -1287,3 +1287,3 @@ import * as axe_core from 'axe-core'; | ||
readonly layoutItems: Locator; | ||
readonly layoutAddButton: Locator; | ||
readonly layoutSaveButton: Locator; | ||
readonly layoutEmptyState: Locator; | ||
@@ -1332,2 +1332,30 @@ readonly createNewLayoutButton: Locator; | ||
readonly landingPageItems: Locator; | ||
/** | ||
* Category tree | ||
*/ | ||
readonly categoryTree: Locator; | ||
readonly homeCategory: Locator; | ||
readonly homeCategoryContextButton: Locator; | ||
readonly categoryMenuItemList: Locator; | ||
readonly createCategoryInput: Locator; | ||
readonly confirmCategoryCreationButton: Locator; | ||
readonly categoryItems: Locator; | ||
/** | ||
* General | ||
*/ | ||
readonly nameInput: Locator; | ||
readonly activeCheckbox: Locator; | ||
readonly categoryTypeSelectionList: Locator; | ||
readonly filtersResultPopoverItemList: Locator; | ||
readonly saveButton: Locator; | ||
/** | ||
* Customisable link | ||
*/ | ||
readonly entitySelectionList: Locator; | ||
readonly linkTypeSelectionList: Locator; | ||
readonly categorySelectionList: Locator; | ||
readonly productSelectionList: Locator; | ||
readonly landingPageSelectionList: Locator; | ||
readonly filterResultPopoverTreeCheckboxItemList: Locator; | ||
readonly openInNewTabCheckbox: Locator; | ||
constructor(page: Page); | ||
@@ -1334,0 +1362,0 @@ url(): string; |
{ | ||
"name": "@shopware-ag/acceptance-test-suite", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"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
313800
6149