We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4747 commit 079fd85Copy full SHA for 079fd85
packages/pf4-component-mapper/src/tests/wizard/wizard.test.js
@@ -150,7 +150,7 @@ describe('<Wizard />', () => {
150
expect(toJSon(wrapper)).toMatchSnapshot();
151
});
152
153
- it.only('should call enter handler when pressing enter', () => {
+ it('should call enter handler when pressing enter', () => {
154
enterHandle.default = jest.fn();
155
156
const wrapper = mount(<Wizard { ...initialProps } />);
0 commit comments