mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Allow customer suspend and activate subscription
This commit is contained in:
parent
6400e14874
commit
5a230a7669
5 changed files with 214 additions and 19 deletions
|
@ -109,7 +109,7 @@ test.describe('Subscriptions Customer', () => {
|
|||
await popup.fill('#password', CUSTOMER_PASSWORD);
|
||||
await popup.locator('#btnLogin').click();
|
||||
await popup.locator('text=Continue').click();
|
||||
await popup.locator('text=Agree and Subscribe').click();
|
||||
await popup.locator('text=Agree & Subscribe').click();
|
||||
|
||||
await page.waitForTimeout(10000);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue