Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Mar 7, 2024
1 parent a2bb335 commit 1904214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class SuiteCheckoutAddressRepository implements CheckoutAddressRepository
getMultiShipmentAddressItemElement = (): Cypress.Chainable =>
cy.get('[data-qa="component address-item-form-field-list"]');
getMultiShipmentAddressItemDeliveryRadio = ($addressItem: JQuery<HTMLElement>, index: number): Cypress.Chainable =>
cy.wrap($addressItem).get(`#addressesForm_multiShippingAddresses_${index}_shipmentType_key_1`);
cy.wrap($addressItem).get(`#addressesForm_multiShippingAddresses_${index}_shipmentType_key_0`);
getMultiShipmentAddressItemAddressField = ($addressItem: JQuery<HTMLElement>, index: number): Cypress.Chainable =>
cy.wrap($addressItem).get(`#addressesForm_multiShippingAddresses_${index}_shippingAddress_id_customer_address`);
getMultiShipmentAddressItemAddressFirstNameField = (
Expand Down

0 comments on commit 1904214

Please sign in to comment.