Skip to content

Commit 75cde70

Browse files
committed
t
1 parent ca810fb commit 75cde70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/cypress/component/Paging/Paging.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Paging } from "react-pattern-ui";
22
import { faker } from "@faker-js/faker";
3-
import { mount } from "cypress/react18";
3+
import { mount } from "cypress/react";
44

55
describe("Paging.cy.tsx", () => {
66
it("basic paging works", () => {

cypress/cypress/component/PanelSidebar/PanelSidebar.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
PanelItemOnSideBarCollapseOptions,
1010
} from "react-pattern-ui";
1111
import { faBars, faCogs, faInfo, faHome, faPerson } from "@fortawesome/free-solid-svg-icons";
12-
import { mount } from "cypress/react18";
12+
import { mount } from "cypress/react";
1313

1414
type AppRoutes = "home" | "settings" | "dropdownTest" | "dropdown-test1" | "dropdown-test2" | "info";
1515
type TSideBarMenuItem = PanelItem<AppRoutes>;

0 commit comments

Comments
 (0)