Skip to content

Commit

Permalink
Merge branch 'main' into may_07_cot
Browse files Browse the repository at this point in the history
JerrySentry authored May 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents bd8f136 + 0704cb9 commit d490b8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -100,7 +100,7 @@ describe('ActivationBanner', () => {
await waitFor(() => queryClient.isFetching)
await waitFor(() => !queryClient.isFetching)

expect(container).toBeEmptyDOMElement()
await waitFor(() => expect(container).toBeEmptyDOMElement())
})

it('renders activation required banner if user is not on free plan and has seats left', async () => {

0 comments on commit d490b8c

Please sign in to comment.