Skip to content

Commit

Permalink
test: refactoring e2e testid location
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Oct 4, 2023
1 parent e84ea9e commit 2a4e61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/tests/components/debugger/Navigation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { fireEvent, render, waitFor } from "@testing-library/vue";

import Navigation from "@/components/debugger/Navigation.vue";

import testId from "./../../testId.json";
import testId from "./../../e2e/testId.json";
import enUS from "@/locales/en.json";

import $testId from "@/plugins/testId";
Expand Down

0 comments on commit 2a4e61f

Please sign in to comment.