From ced933f49786e0c04e014bc58829496f512c0c53 Mon Sep 17 00:00:00 2001 From: lana-k Date: Wed, 24 Dec 2025 21:59:23 +0100 Subject: [PATCH] revert firefox base and env --- .github/workflows/test.yml | 3 --- karma.conf.cjs | 3 +-- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b10ca8e..8796859 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,9 +32,6 @@ jobs: mesa-utils \ xvfb - - name: Force software rendering - run: echo "LIBGL_ALWAYS_SOFTWARE=1" >> $GITHUB_ENV - - name: Update npm run: npm install -g npm@10 diff --git a/karma.conf.cjs b/karma.conf.cjs index 0869e75..6d6e7fc 100644 --- a/karma.conf.cjs +++ b/karma.conf.cjs @@ -87,8 +87,7 @@ module.exports = function (config) { customLaunchers: { FirefoxHeadlessTouch: { - base: 'Firefox', - flags: ['-headless'], + base: 'FirefoxHeadless', prefs: { 'dom.w3c_touch_events.enabled': 1, 'dom.events.asyncClipboard.clipboardItem': true,