Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
fix verifyAddressDetails() selector
Browse files Browse the repository at this point in the history
  • Loading branch information
wavvves committed Nov 6, 2023
1 parent f0c980d commit f9e01d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/tests/checkout/checkout.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export class CheckoutPage {
...this.testData,
...overrideAddressDetails,
};
const selector = `.woocommerce-column--${ shippingOrBilling }-address`;
const selector = `.wc-block-order-confirmation-${ shippingOrBilling }-address`;
const addressContainer = this.page.locator( selector );
await expect(
addressContainer.getByText( customerAddressDetails.firstname )
Expand Down

0 comments on commit f9e01d8

Please sign in to comment.