Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PW-8291]E2E Coverage for Webhook processing and Manual Adding webhook #65

Merged
merged 5 commits into from
Aug 16, 2023

Conversation

cenkiravul
Copy link
Contributor

@cenkiravul cenkiravul commented May 30, 2023

Summary

Tested scenarios

  • Add manual webhook
  • Basic auth header support
  • Create order
  • Process webhook for created order

@cenkiravul cenkiravul requested a review from a team May 30, 2023 11:27
Comment on lines 63 to 65
export async function getOrderNumber(page){
return (await new SuccessfulCheckoutPage(page).orderNumber.innerText());
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about this?

Suggested change
export async function getOrderNumber(page){
return (await new SuccessfulCheckoutPage(page).orderNumber.innerText());
}
export function getOrderNumber(page){
return new SuccessfulCheckoutPage(page).orderNumber();
}

@cenkiravul cenkiravul changed the title [PW-8291]E2E Coverage for Webhook processing [On Hold][PW-8291]E2E Coverage for Webhook processing Jul 26, 2023
@raoulritter raoulritter changed the title [On Hold][PW-8291]E2E Coverage for Webhook processing [On Hold][PW-8291]E2E Coverage for Webhook processing and Manual Adding webhook Aug 1, 2023
@raoulritter raoulritter changed the title [On Hold][PW-8291]E2E Coverage for Webhook processing and Manual Adding webhook [PW-8291]E2E Coverage for Webhook processing and Manual Adding webhook Aug 1, 2023
@cenkiravul cenkiravul added this pull request to the merge queue Aug 16, 2023
Merged via the queue into develop with commit ed85640 Aug 16, 2023
3 checks passed
@cenkiravul cenkiravul deleted the PW-8291 branch August 16, 2023 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants