Skip to content

Commit

Permalink
fix: Merge resolution fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin-codecov committed Jan 22, 2025
1 parent 61f4dc7 commit b18e4a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/ui/ContextSwitcher/ContextSwitcher.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,9 @@ describe('ContextSwitcher', () => {
const button = await screen.findByRole('button', { expanded: false })
await user.click(button)

const appButton = await screen.findByText('Install Codecov GitHub app')
const appButton = await screen.findByText(
'To add another organization, install Codecov GitHub App'
)
await user.click(appButton)

expect(eventTracker().track).toHaveBeenCalledWith({
Expand Down

0 comments on commit b18e4a4

Please sign in to comment.