Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py

Issue 820093002: Integration tests for desktop platforms and safebrowsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed test names. Add @classmethod. Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py
diff --git a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py
index 6b11d44652f4844a1b576141bb520cb77df4c3e6..9419b52fdd8c265405089a667e2b5819d77cf516 100644
--- a/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py
+++ b/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/smoke.py
@@ -79,22 +79,6 @@ class Page5(SmokePage):
name='compression: css')
-class Page6(SmokePage):
-
- """
- Why: Expect 'malware ahead' page. Use a short navigation timeout because no
- response will be received.
- """
-
- def __init__(self, page_set):
- super(Page6, self).__init__(
- url='http://www.ianfette.org/',
- page_set=page_set,
- name='safebrowsing')
-
- def RunNavigateSteps(self, action_runner):
- action_runner.NavigateToPage(self, timeout_in_seconds=5)
-
class SmokePageSet(page_set_module.PageSet):
@@ -109,4 +93,3 @@ class SmokePageSet(page_set_module.PageSet):
self.AddUserStory(Page3(self))
self.AddUserStory(Page4(self))
self.AddUserStory(Page5(self))
- self.AddUserStory(Page6(self))
« no previous file with comments | « tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/client_type.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698