Commit 73c29ac1 authored by Theodore Olsauskas-Warren's avatar Theodore Olsauskas-Warren Committed by Commit Bot

Fix security_page_test.js incorrect feature state assumption

Enforces state of enableSecurityKeysSubpage feature flag during tests

Bug: 1108551
Change-Id: I858fdb78096c31640a7ce50aa73468df58dab5e7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2317206Reviewed-by: default avatarSean Harrison <harrisonsean@chromium.org>
Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com>
Cr-Commit-Position: refs/heads/master@{#791730}
parent 5b2dd55d
...@@ -33,6 +33,7 @@ suite('CrSettingsSecurityPageTestWithEnhanced', function() { ...@@ -33,6 +33,7 @@ suite('CrSettingsSecurityPageTestWithEnhanced', function() {
suiteSetup(function() { suiteSetup(function() {
loadTimeData.overrideValues({ loadTimeData.overrideValues({
enableSecurityKeysSubpage: true,
safeBrowsingEnhancedEnabled: true, safeBrowsingEnhancedEnabled: true,
}); });
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment