Skip to content

Conversation

royduin
Copy link
Member

@royduin royduin commented Sep 16, 2025

So when you're already logged in it's possible to simply do this to place an order:

const productPage = new ProductPage(page)
const checkoutPage = new CheckoutPage(page)

await productPage.addToCart(process.env.PRODUCT_URL_SIMPLE)
await checkoutPage.checkout()

Used in: rapidez/account#73

@royduin royduin requested a review from indykoning as a code owner September 16, 2025 09:02
@royduin royduin merged commit ca289fd into master Sep 16, 2025
21 checks passed
@royduin royduin deleted the playwright-optional-login branch September 16, 2025 09:18
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.

1 participant