Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ afterEach(() => {
clearVisualRefreshState();
});

const skippedComponents = ['button'];
const skippedComponents = ['button', 'wizard'];
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, before doing this... I tried setting the hidden submit button to disabled and setting onClick to preventDefault() but this test was still triggering it.


describe('Check outer form submission', () => {
getAllComponents()
Expand Down
Loading