From 801858a091aad3dd4d81251985f484cd4a03bb94 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 11 Aug 2022 01:00:53 +0100 Subject: [PATCH] Convert some Enzyme tests to RTL (#9163) --- test/accessibility/RovingTabIndex-test.tsx | 70 +++++++++++----------- test/utils/tooltipify-test.tsx | 15 ++--- 2 files changed, 41 insertions(+), 44 deletions(-) diff --git a/test/accessibility/RovingTabIndex-test.tsx b/test/accessibility/RovingTabIndex-test.tsx index 708fc3c928..9f7364658d 100644 --- a/test/accessibility/RovingTabIndex-test.tsx +++ b/test/accessibility/RovingTabIndex-test.tsx @@ -15,8 +15,7 @@ limitations under the License. */ import * as React from "react"; -// eslint-disable-next-line deprecate/import -import { mount, ReactWrapper } from "enzyme"; +import { render } from "@testing-library/react"; import { IState, @@ -32,10 +31,10 @@ const Button = (props) => { return