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

Fix Playwright E2E tests - SideEffects #11638

Merged
merged 5 commits into from
Nov 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading