Skip to content

Commit

Permalink
Fix channel locator
Browse files Browse the repository at this point in the history
  • Loading branch information
poulch committed Jul 4, 2024
1 parent 7f584bf commit c6e93bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/pages/shippingMethodsPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class ShippingMethodsPage extends BasePage {
await console.log(`Navigates to existing shipping method page: ${existingShippingMethodUrl}`);
await this.page.goto(existingShippingMethodUrl);
await this.rightSideDetailsPage.channelSection
.locator(this.page.getByTestId("[data-test-id*='selected-option']"))
.locator('[data-test-id*="selected-option-"]')
.waitFor({
state: "visible",
timeout: 60000,
Expand Down

0 comments on commit c6e93bf

Please sign in to comment.