Skip to content

Commit 3dad8ff

Browse files
committed
update
1 parent 4883cec commit 3dad8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/paths/backend/system/config/catalog/configswatches.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe(`Checks admin system "${route.h3}" settings`, () => {
4646
cy.adminSaveConfiguration();
4747

4848
cy.log('Checking for error messages');
49-
const error = validation.digits.error;
49+
const error = cy.openmage.validation.digits.error;
5050
cy.get('#advice-validate-digits-configswatches_product_detail_dimensions_height').should('include.text', error);
5151
cy.get('#advice-validate-digits-configswatches_product_detail_dimensions_width').should('include.text', error);
5252
cy.get('#advice-validate-digits-configswatches_product_listing_dimensions_height').should('include.text', error);

0 commit comments

Comments
 (0)