diff --git a/.github/workflows/selenium-lab-tests.yaml b/.github/workflows/selenium-lab-tests.yaml index f1d1e70229..186215c815 100644 --- a/.github/workflows/selenium-lab-tests.yaml +++ b/.github/workflows/selenium-lab-tests.yaml @@ -123,6 +123,9 @@ jobs: const enabled = thisBrowserRequested || (nothingRequested && thisBrowserOnByDefault); + // FIXME: debugging + console.log({name, thisBrowserRequested, nothingRequested, thisBrowserOnByDefault, enabled}); + if (enabled) { include.push({browser: name}); }