Commit a360a0a
fix(nimbus): add FIREFOX_DESKTOP parametrize to advanced targeting test (#14987)
Because
* The test_check_advanced_targeting function uses the driver fixture
instead of selenium, which means it lacks the FIREFOX_DESKTOP
parametrize ID that -k FIREFOX_DESKTOP filters on
* This caused all 215 advanced targeting tests to be silently
deselected, leaving only 7 audience targeting tests running
This commit
* Adds @pytest.mark.parametrize so -k FIREFOX_DESKTOP matches
Fixes #14981
---------
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 1eb4eed commit a360a0a
File tree
1 file changed
+5
-1
lines changed- experimenter/tests/integration/nimbus
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| 16 | + | |
15 | 17 | | |
16 | | - | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments