Skip to content

Commit

Permalink
Remove extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 28, 2023
1 parent 6623eaa commit 1efe19d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion frontend/test/playwright/e2e/image-detail.spec.ts
@@ -1,7 +1,6 @@
import { test, expect, Page } from "@playwright/test"

import { mockProviderApis } from "~~/test/playwright/utils/route"

import { t } from "~~/test/playwright/utils/navigation"

const goToCustomImagePage = async (page: Page) => {
Expand Down
1 change: 0 additions & 1 deletion frontend/test/storybook/visual-regression/v-footer.spec.ts
@@ -1,7 +1,6 @@
import { test } from "@playwright/test"

import breakpoints from "~~/test/playwright/utils/breakpoints"

import { languageDirections } from "~~/test/playwright/utils/navigation"

const footerKinds = ["internal", "content"] as const
Expand Down
@@ -1,7 +1,6 @@
import { test } from "@playwright/test"

import breakpoints from "~~/test/playwright/utils/breakpoints"

import { languageDirections } from "~~/test/playwright/utils/navigation"

const headerSelector = ".main-header"
Expand Down
@@ -1,7 +1,6 @@
import { test } from "@playwright/test"

import breakpoints from "~~/test/playwright/utils/breakpoints"

import { languageDirections, t } from "~~/test/playwright/utils/navigation"

test.describe.configure({ mode: "parallel" })
Expand Down

0 comments on commit 1efe19d

Please sign in to comment.