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 e9a9f03 commit f4a444cCopy full SHA for f4a444c
.changeset/thin-worms-shout.md
@@ -0,0 +1,2 @@
1
+---
2
integration/tests/pricing-table.test.ts
@@ -117,7 +117,8 @@ testAgainstRunningApps({ withEnv: [appConfigs.envs.withBilling] })('pricing tabl
117
await u.po.checkout.waitForMounted();
118
await u.po.checkout.fillTestCard();
119
await u.po.checkout.clickPayOrSubscribe();
120
- await expect(u.po.page.getByText('Payment was successful!')).toBeVisible();
+ await expect(u.po.checkout.root.getByText('Payment was successful!')).toBeVisible();
121
+ await expect(u.po.checkout.root.getByText('Visa ⋯ 4242')).toBeVisible();
122
await u.po.checkout.confirmAndContinue();
123
124
// eslint-disable-next-line playwright/no-conditional-in-test
0 commit comments