Skip to content

Commit c0b0e00

Browse files
committed
Delint
1 parent 7b32e6b commit c0b0e00

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/web/playwright/e2e/audio-player/audio-player.spec.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,8 @@ import { test, expect } from "../../element-web-test";
1212
import { SettingLevel } from "../../../src/settings/SettingLevel";
1313
import { Layout } from "../../../src/settings/enums/Layout";
1414
import { type ElementAppPage } from "../../pages/ElementAppPage";
15-
import { dirname, join } from "node:path";
16-
import { fileURLToPath } from "node:url";
1715
import { getSampleFilePath } from "../../sample-files";
1816

19-
const __dirname = dirname(fileURLToPath(import.meta.url));
20-
2117
// Find and click "Reply" button
2218
const clickButtonReply = async (tile: Locator) => {
2319
await expect(async () => {

0 commit comments

Comments
 (0)