From 3274a6c1d508498b7a71247a6a138ddeb9cd5d9c Mon Sep 17 00:00:00 2001 From: Anna Szczech Date: Fri, 4 Oct 2024 12:26:13 +0200 Subject: [PATCH] CR fixes --- .changeset/brave-teachers-burn.md | 2 +- playwright/pages/pageElements/rightSideDetailsSection.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/brave-teachers-burn.md b/.changeset/brave-teachers-burn.md index 37540ff2ff0..f560cc34308 100644 --- a/.changeset/brave-teachers-burn.md +++ b/.changeset/brave-teachers-burn.md @@ -1,5 +1,5 @@ --- -"saleor-dashboard": minor +"saleor-dashboard": patch --- Add e2e for managing products on draft order. Add e2e for placing draft order for non-existing customer. diff --git a/playwright/pages/pageElements/rightSideDetailsSection.ts b/playwright/pages/pageElements/rightSideDetailsSection.ts index dfe9eb4ba4c..83a958d1bdd 100644 --- a/playwright/pages/pageElements/rightSideDetailsSection.ts +++ b/playwright/pages/pageElements/rightSideDetailsSection.ts @@ -188,7 +188,6 @@ export class RightSideDetailsPage extends BasePage { async typeAndSelectCustomerEmail(customerEmail = "customer@example.com") { await this.searchCustomerInput.fill(customerEmail); await this.selectCustomerOption.locator(`text=${customerEmail}`).click(); - await this.waitForDOMToFullyLoad(); } async selectOneChannelAsAvailableWhenMoreSelected(channel: string) {