Skip to content

Commit cf6f6df

Browse files
Merge pull request #21086 from emberjs/nvp/add-qunit-toggle-to-skip-links-with-target-blakn
Push new urlParams config into qunit for skipping target='_blank' tests
2 parents 6e4b110 + 31a3b0b commit cf6f6df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
value: ['20.0.0', '6.0.0', '5.12.0'],
4747
label: 'Deprecation Version',
4848
});
49+
50+
QUnit.config.urlConfig.push({
51+
id: 'skip_tests_with_target_blank',
52+
label: 'Skip tests w/ target _blank',
53+
});
4954
</script>
5055

5156
<script type="module">

0 commit comments

Comments
 (0)