Skip to content

Commit

Permalink
test(entities-plugins): revert it.only (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumimakito authored Mar 14, 2024
1 parent 0c4f2d6 commit 68cec65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ describe('<PluginForm />', () => {
cy.get('#config-private_network').should('be.visible')
})

it.only('should show common, required, and advanced fields when groupFields is true', () => {
it('should show common, required, and advanced fields when groupFields is true', () => {
interceptKMSchema({ mockData: schema2 })

cy.mount(PluginForm, {
Expand Down

0 comments on commit 68cec65

Please sign in to comment.