discourse/plugins/discourse-adplugin/test/javascripts/acceptance
Sam 0f1c33fee6
FIX: Fix inconsistent route filtering in house ads initialization (#37700)
The original commit added route-based targeting for house ads, allowing
ads to be shown on specific Ember routes in addition to categories.
However, the filtering logic was implemented inconsistently - the
`chooseAdHtml()` method correctly filters by both categories and routes,
but the `didInsertElement()` method (which initializes random ad
positions) only filters by categories.
2026-02-12 08:44:52 +11:00
..
adsense-test.js DEV: Purge the widget rendering system (#36109) 2025-11-26 16:10:02 -03:00
dfp-test.js DEV: Purge the widget rendering system (#36109) 2025-11-26 16:10:02 -03:00
house-ad-test.js FIX: Fix inconsistent route filtering in house ads initialization (#37700) 2026-02-12 08:44:52 +11:00
mixed-ads-test.js