From 31a3b0bb8a58f7e631363401ad7419f626054246 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Wed, 11 Feb 2026 14:50:45 -0500 Subject: [PATCH] Push new urlParams config into qunit for skipping target='_blank' tests --- index.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/index.html b/index.html index 3370b3e0dd9..398c5be6da5 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,11 @@ value: ['20.0.0', '6.0.0', '5.12.0'], label: 'Deprecation Version', }); + + QUnit.config.urlConfig.push({ + id: 'skip_tests_with_target_blank', + label: 'Skip tests w/ target _blank', + });