Skip to content

Commit

Permalink
fix it.only
Browse files Browse the repository at this point in the history
  • Loading branch information
ncdiehl11 committed May 3, 2024
1 parent c4b7c0d commit 4f4bdd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('ChooseProtocolSlideout', () => {
screen.getByText('Restore default values')
})

it.only('shows tooltip when disabled Restore default values link is clicked', () => {
it('shows tooltip when disabled Restore default values link is clicked', () => {
const protocolDataWithoutRunTimeParameter = {
...storedProtocolDataFixture,
}
Expand Down

0 comments on commit 4f4bdd6

Please sign in to comment.