Skip to content

Commit

Permalink
remove leftover .only
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Jan 27, 2025
1 parent d684cdc commit 3e3bb79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ describe('OktaConfigForm', () => {
expect(saveButton).toBeDisabled()
})

describe.only('form should render default values for Okta Config', () => {
describe('form should render default values for Okta Config', () => {
it('renders default values for client id', async () => {
setup()
render(<OktaConfigForm />, { wrapper })
Expand Down

0 comments on commit 3e3bb79

Please sign in to comment.