Bug 1576871 - Clean up the allow list after the test 'testQuickSwitchTabAfterTogglingTPSwitch' in test browser_protections_UI.js r=nhnt11

Differential Revision: https://phabricator.services.mozilla.com/D43594

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Tim Huang 2019-08-27 13:22:05 +00:00
Родитель 7eaef3f18f
Коммит 269db2010b
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -615,6 +615,9 @@ add_task(async function testQuickSwitchTabAfterTogglingTPSwitch() {
"The ETP state of the second tab has been changed to disabled."
);
// Clean up the state of the allow list for the second tab.
ContentBlockingAllowList.remove(tabTwo.linkedBrowser);
BrowserTestUtils.removeTab(tabOne);
BrowserTestUtils.removeTab(tabTwo);