Bug in h2 texts values in user stories or in tests on Responsive Web Design Certification - Design a Pricing Plans Layout Page

Design a Pricing Plans Layout Page: Design a Pricing Plans Layout Page | freeCodeCamp.org

User stories on the page:
Your .basic-plan element should have an h2 element with the text Basic Plan.
Your .pro-plan element should have an h2 element with the text Pro Plan.
Your .premium-plan element should have an h2 element with the text Premium Plan.

Tests:
19. Your .basic-plan element should have an h2 element with the text Basic.
21. Your .pro-plan element should have an h2 element with the text Pro.
25. Your .premium-plan element should have an h2 element with the text Premium.

In user stories h2 elements texts values are: Basic/Pro/Premium Plan.
In tests: h2 elements texts values are just: Basic/Pro/Premium.

I see what you mean now. Were you able to pass by matching the text used in the example project?

I have created a PR to fix that

1 Like

i was able to pass with values without “Plan”

1 Like

Makes sense. Thank you for reporting this blooper in the user stories.