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.
2 parents d14bb78 + cde3864 commit 3fec179Copy full SHA for 3fec179
packages/pf4-component-mapper/src/tests/wizard/wizard.test.js
@@ -866,7 +866,7 @@ describe('<Wizard />', () => {
866
jest.useRealTimers();
867
});
868
869
- it.skip('should disabled navigation when validating - this fails locally, not on CI', async () => {
+ it('should disabled navigation when validating - this fails locally, not on CI', async () => {
870
jest.useFakeTimers();
871
872
const asyncValidator = jest.fn().mockImplementation(() => new Promise((res) => setTimeout(() => res(), 50)));
0 commit comments