Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mnholtz committed Aug 8, 2024
1 parent 5949df9 commit 5ebf19c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion end-to-end-tests/fixtures/pageContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ import {
} from "./utils";
import { ModsPage } from "../pageObjects/extensionConsole/modsPage";
import { PageEditorPage } from "../pageObjects/pageEditor/pageEditorPage";
import { SupportedChannel, SupportedChannels } from "../../playwright.config";
import {
type SupportedChannel,
SupportedChannels,
} from "../../playwright.config";

// This environment variable is used to attach the browser sidepanel window that opens automatically to Playwright.
// See https://github.com/microsoft/playwright/issues/26693
Expand Down

0 comments on commit 5ebf19c

Please sign in to comment.