Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clearer communication of navigation restriction when billing is required #4298

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

joepavitt
Copy link
Contributor

@joepavitt joepavitt commented Jul 31, 2024

Description

We block navigation to most pages when a Team needs billing setup (e.g. after a Trial, or in an Enterprise Team), but it wasn't clearly communicated to the user at all. This PR fixes that, and updates the E2E tests to check for disabled state.

Before

Screenshot 2024-07-31 at 23 03 50

After

Screenshot 2024-07-31 at 22 58 45

Related Issue(s)

Closes #4297

Copy link

codecov bot commented Jul 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 78.14%. Comparing base (fa831ad) to head (84df462).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4298   +/-   ##
=======================================
  Coverage   78.14%   78.14%           
=======================================
  Files         292      292           
  Lines       13403    13403           
  Branches     3000     3000           
=======================================
  Hits        10474    10474           
  Misses       2929     2929           
Flag Coverage Δ
backend 78.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@knolleary knolleary merged commit d9dda8b into main Aug 1, 2024
14 checks passed
@knolleary knolleary deleted the 4297-disable-nav-no-billing branch August 1, 2024 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable navigation tabs when billing not setup
2 participants