Remove parenthesis in test name othewise does not work when run test individually

This commit is contained in:
Emili Castells Guasch 2023-07-27 16:07:43 +02:00
parent b07619c272
commit 65c50e0888

View file

@ -65,7 +65,7 @@ test.describe('Classic checkout', () => {
await expectOrderReceivedPage(page);
});
test('Advanced Credit and Debit Card (ACDC) place order from Checkout page', async ({page}) => {
test('Advanced Credit and Debit Card place order from Checkout page', async ({page}) => {
await page.goto(PRODUCT_URL);
await page.locator('.single_add_to_cart_button').click();