Skip to content

Commit 62dde55

Browse files
test: Fix test
1 parent abfbad7 commit 62dde55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/PlanPage/subRoutes/CurrentOrgPlan/CurrentOrgPlan.test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ describe('CurrentOrgPlan', () => {
197197
})
198198

199199
render(<CurrentOrgPlan />, { wrapper })
200-
const updatedAlert = await screen.findByText('Plan successfully updated')
200+
const updatedAlert = await screen.findByText('Plan successfully updated.')
201201
expect(updatedAlert).toBeInTheDocument()
202202
})
203203

0 commit comments

Comments
 (0)