Update readme

This commit is contained in:
Alex P 2023-03-22 11:39:19 +02:00
parent f2ee714880
commit 26f62a752b
No known key found for this signature in database
GPG key ID: 54487A734A204D71
4 changed files with 42 additions and 13 deletions

View file

@ -72,7 +72,7 @@ test('PayPal button place order from Product page', async ({page}) => {
await expect(title).toHaveText('Order received');
});
test('Advanced Credit and Debit Card (ACDC) place order from Checkout page @ci', async ({page}) => {
test('Advanced Credit and Debit Card (ACDC) place order from Checkout page', async ({page}) => {
await page.goto(PRODUCT_URL);
await page.locator('.single_add_to_cart_button').click();