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 de013c7 commit 79ec891Copy full SHA for 79ec891
src/pages/PlanPage/subRoutes/UpgradePlanPage/UpgradeForm/UpgradeForm.test.tsx
@@ -2444,7 +2444,7 @@ describe('UpgradeForm', () => {
2444
})
2445
2446
2447
- describe.only('user is upgrading personal org', () => {
+ describe('user is upgrading personal org', () => {
2448
const props = {
2449
setSelectedPlan: vi.fn(),
2450
selectedPlan: {
@@ -2467,7 +2467,7 @@ describe('UpgradeForm', () => {
2467
2468
2469
2470
- describe.only('user is not upgrading personal org', () => {
+ describe('user is not upgrading personal org', () => {
2471
2472
2473
0 commit comments