Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fix: dappeteer dependency (#229) (#230)
Browse files Browse the repository at this point in the history
fix #228

Co-authored-by: Anton Lykhoyda <lykhoyda@gmail.com>
  • Loading branch information
mpetrunic and Lykhoyda committed Dec 15, 2022
1 parent 25009f1 commit 2b6c213
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/constants.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const EXAMPLE_WEBSITE = "http://example.org";
2 changes: 1 addition & 1 deletion src/snap/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
profileDropdownClick,
} from "../helpers";
import { DappeteerPage } from "../page";
import { EXAMPLE_WEBSITE } from "../../test/constant";
import { EXAMPLE_WEBSITE } from "../constants";
import { startSnapServer, toUrl } from "./install-utils";
import { flaskOnly, isFirstElementAppearsFirst } from "./utils";
import { InstallSnapResult } from "./types";
Expand Down

0 comments on commit 2b6c213

Please sign in to comment.