Index: chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc |
diff --git a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc |
index f5379bed748dce09a0dc3ae5b337613cb675536a..8fe88931a3409148b537ab08b57c1edfcb302126 100644 |
--- a/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc |
+++ b/chrome/browser/ui/webui/interstitials/interstitial_ui_browsertest.cc |
@@ -55,4 +55,8 @@ IN_PROC_BROWSER_TEST_F(InterstitialUITest, DISABLED_OpenInterstitial) { |
TestInterstitial( |
GURL("chrome://interstitials/safebrowsing?type=clientside_phishing"), |
"Security error"); |
+ TestInterstitial(GURL("chrome://interstitials/captiveportal"), |
+ "Connect to network"); |
+ TestInterstitial(GURL("chrome://interstitials/captiveportal?is_wifi=1"), |
+ "Connect to Wi-Fi"); |
} |