Skip to content

Commit 1bf80aa

Browse files
committed
fix(tests): remove update payment method smoke test fixme
Because: - Fix me was added to test due to consistent failures This commit: - A configuration change in Stripe caused the setup_intent Stripe API call to fail. - An update was made in Stripe to disable Card as a valid payment method. Reverting this change resolved the issue. Closes #FXA-10978
1 parent cc8f51e commit 1bf80aa

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/functional-tests/tests/subscription-tests/coupons-ui-tests/paymentMode.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ test.describe('severity-2 #smoke', () => {
1515
pages: { relier, subscribe, settings, signin },
1616
credentials,
1717
}, { project }) => {
18-
test.fixme(project.name != 'production', 'FXA-10978');
1918
test.skip(
2019
project.name === 'production',
2120
'no real payment method available in prod'

0 commit comments

Comments
 (0)