mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-31 06:52:50 +08:00
Remove parenthesis in test name othewise does not work when run test individually
This commit is contained in:
parent
b07619c272
commit
65c50e0888
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue