Skip to content

Commit

Permalink
import error
Browse files Browse the repository at this point in the history
  • Loading branch information
nihal467 committed Oct 19, 2023
1 parent 8520673 commit dc4359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/users_spec/user_homepage.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { cy, describe, before, beforeEach, it, afterEach } from "local-cypress";
import LoginPage from "../../pageobject/Login/LoginPage";
import { UserPage } from "../../pageobject/Users/usersearch";
import { UserPage } from "../../pageobject/Users/UserSearch";

describe("Asset Tab", () => {
const userPage = new UserPage();
Expand Down

0 comments on commit dc4359b

Please sign in to comment.