Skip to content

Commit

Permalink
Fix the test - Payment methods should be updated when the billing add…
Browse files Browse the repository at this point in the history
…ress is changed
  • Loading branch information
Tamara committed Dec 23, 2024
1 parent fe90a64 commit 05a8219
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ export class ShippingDetailsPage extends SPRBasePage {
this.editSalutationDropDown = this.editAddressEditorWrapper.locator("#billing-addresspersonalSalutation");
this.editFirstNameField = this.editAddressEditorWrapper.locator("#billing-addresspersonalFirstName");
this.editLastNameField = this.editAddressEditorWrapper.locator("#billing-addresspersonalLastName");
this.editAddressField = this.editAddressEditorWrapper.locator("#billing-addressAddressStreet");
this.editPostCodeField = this.editAddressEditorWrapper.locator("#billing-addressAddressZipcode");
this.editCityField = this.editAddressEditorWrapper.locator("#billing-addressAddressCity");
this.editCountrySelectDropdown = this.editAddressEditorWrapper.locator("#billing-addressAddressCountry");
this.editStateSelectDropDown = this.editAddressEditorWrapper.locator("#billing-addressAddressCountryState");
this.editAddressField = this.editAddressEditorWrapper.locator("#billing-edit-addressAddressStreet");
this.editPostCodeField = this.editAddressEditorWrapper.locator("#billing-edit-addressAddressZipcode");
this.editCityField = this.editAddressEditorWrapper.locator("#billing-edit-addressAddressCity");
this.editCountrySelectDropdown = this.editAddressEditorWrapper.locator("#billing-edit-addressAddressCountry");
this.editStateSelectDropDown = this.editAddressEditorWrapper.locator("#billing-edit-addressAddressCountryState");

this.editSaveAddressButton = this.editAddressEditorWrapper.locator("button[type='submit']");

Expand Down

0 comments on commit 05a8219

Please sign in to comment.