Add test ids
This commit is contained in:
parent
75eefa8a08
commit
a2b9d9d31f
2 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,7 @@ const AddressEdit: React.FC<AddressEditProps> = props => {
|
|||
<div>
|
||||
<SingleAutocompleteSelectField
|
||||
disabled={disabled}
|
||||
data-test-id="address-edit-country-select-field"
|
||||
displayValue={countryDisplayValue}
|
||||
error={!!formErrors.country}
|
||||
helperText={getErrorMessage(formErrors.country, intl)}
|
||||
|
|
|
@ -108,6 +108,7 @@ const OrderAddressEditDialog: React.FC<OrderAddressEditDialogProps> = props => {
|
|||
<FormattedMessage {...buttonMessages.back} />
|
||||
</Button>
|
||||
<ConfirmButton
|
||||
data-test-id="order-address-edit-dialog-confirm-button"
|
||||
transitionState={confirmButtonState}
|
||||
color="primary"
|
||||
variant="contained"
|
||||
|
|
Loading…
Reference in a new issue