Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed May 1, 2024
1 parent f6f91e2 commit 0b38340
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ describe('OrgUploadToken', () => {
it('renders title', async () => {
render(<OrgUploadToken />, { wrapper })

const title = await screen.findByText(/Global repository upload token/)
const title = await screen.findByText(/Global upload token/)
expect(title).toBeInTheDocument()
})

Expand Down Expand Up @@ -237,7 +237,7 @@ describe('OrgUploadToken', () => {
await waitFor(() =>
expect(addNotification).toHaveBeenCalledWith({
type: 'success',
text: 'Global repository upload token generated.',
text: 'Global upload token generated.',
})
)
})
Expand Down

0 comments on commit 0b38340

Please sign in to comment.