Skip to content

Commit 079fd85

Browse files
committed
Remove only in wizard PF4 test
1 parent d3d4747 commit 079fd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe('<Wizard />', () => {
150150
expect(toJSon(wrapper)).toMatchSnapshot();
151151
});
152152

153-
it.only('should call enter handler when pressing enter', () => {
153+
it('should call enter handler when pressing enter', () => {
154154
enterHandle.default = jest.fn();
155155

156156
const wrapper = mount(<Wizard { ...initialProps } />);

0 commit comments

Comments
 (0)