Set checkout page before block/classic tests

This commit is contained in:
Alex P 2023-05-02 10:34:47 +03:00
parent e2e2897714
commit 54e740e396
No known key found for this signature in database
GPG key ID: 54487A734A204D71
5 changed files with 98 additions and 57 deletions

View file

@ -3,8 +3,10 @@ PPCP_E2E_WP_DIR=${ROOT_DIR}/.ddev/wordpress
BASEURL="https://woocommerce-paypal-payments.ddev.site"
CHECKOUT_URL="/checkout"
CHECKOUT_PAGE_ID=7
CART_URL="/cart"
BLOCK_CHECKOUT_URL="/checkout-block"
BLOCK_CHECKOUT_PAGE_ID=22
BLOCK_CART_URL="/cart-block"
PRODUCT_URL="/product/prod"