From a16b9ee20105ca355f7e4c91fb8fe6d359f71210 Mon Sep 17 00:00:00 2001 From: Anton Date: Thu, 14 Dec 2023 22:09:52 +0100 Subject: [PATCH] Fix query button --- playwright.config.ts | 8 -------- src/lib/components/query/QueryNav.svelte | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index 8234c0d..4d12424 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -11,14 +11,6 @@ const config: PlaywrightTestConfig = { testDir: "tests", testMatch: /(.+\.)?(test|spec)\.[jt]s/, projects: [ - { - name: "chromium", - use: { ...devices["Desktop Chrome"] }, - }, - { - name: "firefox", - use: { ...devices["Desktop Firefox"] }, - }, { name: "webkit", use: { ...devices["Desktop Safari"] }, diff --git a/src/lib/components/query/QueryNav.svelte b/src/lib/components/query/QueryNav.svelte index 1477505..dfceb6c 100644 --- a/src/lib/components/query/QueryNav.svelte +++ b/src/lib/components/query/QueryNav.svelte @@ -25,7 +25,7 @@

Queries

- +