Skip to content

Commit

Permalink
fix(app): interventional modal test remove link
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Sep 12, 2023
1 parent 803bf9c commit fcc9867
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ describe('InterventionModal', () => {
}
})

it('renders an InterventionModal with the robot name in the header, learn more link, and confirm button', () => {
it('renders an InterventionModal with the robot name in the header and confirm button', () => {
const { getByText, getByRole } = render(props)
getByText('Pause on Otie')
getByText('Learn more about manual steps')
// getByText('Learn more about manual steps')
getByRole('button', { name: 'Confirm and resume' })
})

Expand Down

0 comments on commit fcc9867

Please sign in to comment.