Skip to content

Commit c26549b

Browse files
committed
chore: update e2e
1 parent 6fb0284 commit c26549b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/specs/upsell.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test.describe( 'Upsell', () => {
9090
searchParams = new URLSearchParams(href);
9191
expect( searchParams.get('utm_campaign') ).toBe('chart-permissions');
9292
await page.frameLocator('iframe').getByRole('heading', { name: /Permissions/ }).click();
93-
await expect(page.frameLocator('iframe').locator('#vz-db-wizard')).not.toContainText('Upgrade to Plus plan to activate this feature!');
93+
await expect(page.frameLocator('iframe').locator('#vz-db-wizard')).toContainText('Upgrade to Plus plan to activate this feature!');
9494
await expect(page.frameLocator('iframe').locator('#vz-db-wizard')).toContainText('Upgrade Now');
9595
});
9696

0 commit comments

Comments
 (0)