Bug 1851891 - re-enable test_settings_toggle_ad_and_multiple_tabs r=shopping-reviewers,Gijs

Differential Revision: https://phabricator.services.mozilla.com/D190634
This commit is contained in:
Katherine Patenio 2023-10-11 11:42:06 +00:00
Родитель ed71700af4
Коммит c55d0f391a
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -123,8 +123,6 @@ add_task(async function test_shopping_settings_ads_disabled() {
* Tests that the shopping-settings ads toggle and ad render correctly, even with
* multiple tabs. If `browser.shopping.experience2023.ads.userEnabled`
* is false in one tab, it should be false for all other tabs with the shopping sidebar open.
*
* Temporarily disabled; see bug 1851891 for details.
*/
add_task(async function test_settings_toggle_ad_and_multiple_tabs() {
await SpecialPowers.pushPrefEnv({
@ -241,4 +239,4 @@ add_task(async function test_settings_toggle_ad_and_multiple_tabs() {
await SpecialPowers.popPrefEnv();
await SpecialPowers.popPrefEnv();
}).skip();
});