Skip to content

Commit

Permalink
CR fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Oct 4, 2024
1 parent 8d299dc commit 3274a6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/brave-teachers-burn.md
Original file line number Diff line number Diff line change
@@ -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.
1 change: 0 additions & 1 deletion playwright/pages/pageElements/rightSideDetailsSection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export class RightSideDetailsPage extends BasePage {
async typeAndSelectCustomerEmail(customerEmail = "[email protected]") {
await this.searchCustomerInput.fill(customerEmail);
await this.selectCustomerOption.locator(`text=${customerEmail}`).click();
await this.waitForDOMToFullyLoad();
}

async selectOneChannelAsAvailableWhenMoreSelected(channel: string) {
Expand Down

0 comments on commit 3274a6c

Please sign in to comment.