@@ -63,7 +63,7 @@ describe('Switch', () => {
)
const one = screen.getByLabelText('Checkbox one')
expect(one).not.toBeChecked()
- userEvent.click(one)
+ await userEvent.click(one)
expect(one).not.toBeChecked()
})
it('Can be set as default on without being a controlled component', () => {
diff --git a/packages/eds-core-react/src/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap b/packages/eds-core-react/src/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
index cbf4933ba8..fb090b5abf 100644
--- a/packages/eds-core-react/src/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
+++ b/packages/eds-core-react/src/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap
@@ -35,15 +35,14 @@ exports[`Tooltip Matches snapshot 1`] = `
Tooltip