Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Oct 28, 2024
1 parent 7f787aa commit e4dbbdc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions codeserver/e2e/tests/example.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as path from "node:path";

import { Page, test as base, expect, chromium } from '@playwright/test';
import { test as base, expect, chromium } from '@playwright/test';

import {CodeServer} from "./models/codeserver"
import {GenericContainer} from "testcontainers";
Expand All @@ -16,7 +16,6 @@ import * as utils from './utlis'
type MyFixtures = {
connectCDP: false | number;
codeServerSource: {url?: string, image?: string};
page: Page;
codeServer: CodeServer
};
const test = base.extend<MyFixtures>({
Expand Down

0 comments on commit e4dbbdc

Please sign in to comment.