Skip to content

Commit

Permalink
Enable Express Checkout Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cenk Kucukiravul committed Dec 21, 2023
1 parent bc9817d commit cfbe046
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import { GooglePayPage } from "../../../common/redirect/GooglePayPage.js";

const googleCredentials = new PaymentResources().googleCredentials;

// Skipping this until v9 support is ready
test.describe.skip("Payment via Express Checkout with Google Pay", () => {
test.describe("Payment via Express Checkout with Google Pay", () => {

test("should work as expected from product detail page", async ({ page }) => {
await goToShippingWithFullCart(page);
Expand Down

0 comments on commit cfbe046

Please sign in to comment.