We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb0284 commit c26549bCopy full SHA for c26549b
tests/e2e/specs/upsell.spec.js
@@ -90,7 +90,7 @@ test.describe( 'Upsell', () => {
90
searchParams = new URLSearchParams(href);
91
expect( searchParams.get('utm_campaign') ).toBe('chart-permissions');
92
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!');
+ await expect(page.frameLocator('iframe').locator('#vz-db-wizard')).toContainText('Upgrade to Plus plan to activate this feature!');
94
await expect(page.frameLocator('iframe').locator('#vz-db-wizard')).toContainText('Upgrade Now');
95
});
96
0 commit comments