Skip to content

Commit

Permalink
cypress selector update for orders tests (#4354)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojteknowacki authored Oct 19, 2023
1 parent 226b603 commit 466914f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tidy-planes-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Update selector for orders tests in cypress
2 changes: 1 addition & 1 deletion cypress/elements/orders/draft-order-selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ export const DRAFT_ORDER_SELECTORS = {
editShippingAddress: '[data-test-id="edit-shipping-address"]',
editBillingAddress: '[data-test-id="edit-billing-address"]',
customerEmail: '[data-test-id="customer-email"]',
newAddressSelectButton: "[data-test-id='customerAddressnewAddress']",
newAddressSelectButton: "[data-test-id='newAddress']",
};

0 comments on commit 466914f

Please sign in to comment.