Allow customer suspend and activate subscription

This commit is contained in:
Emili Castells Guasch 2023-03-06 16:41:18 +01:00
parent 6400e14874
commit 5a230a7669
5 changed files with 214 additions and 19 deletions

View file

@ -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);