Skip to content

Commit

Permalink
chore: adding to quick pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed Oct 24, 2024
1 parent 2b68979 commit e79ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright/fixtures/countriesEUR/NL.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for (const environment of environments) {
await page.goto(`${environment.urlExtension}`);
checkoutPage = new environment.CheckoutPage(page);
});
test('Click to Pay', async () => {
test('Click to Pay @quick', async () => {
await checkoutPage.goToCheckoutPageWithFullCart(regionsEnum.EU, 1, paymentData.ClickToPay.email);
await checkoutPage.setShopperDetails(shopperData.NL);
if (environment.name.indexOf('v5') !== -1) {
Expand Down

0 comments on commit e79ef8f

Please sign in to comment.