Skip to content

Commit dd8ba21

Browse files
committed
Remove only from test
1 parent cbbbafe commit dd8ba21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pf4-component-mapper/src/tests/wizard/step-buttons.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ describe('<WizardSTepButtons', () => {
328328
});
329329
});
330330

331-
it.only('conditional submit step', () => {
331+
it('conditional submit step', () => {
332332
const submit = jest.fn();
333333
const schema = {
334334
fields: [

0 commit comments

Comments
 (0)