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

Unified Diff: tools/chrome_proxy/webdriver/examples.py

Issue 2693193004: Add ChromeDriver test for HTTPS bypass, QUIC smoke test (Closed)
Patch Set: robertogden's comments Created 3 years, 10 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/webdriver/bypass.py ('k') | tools/chrome_proxy/webdriver/smoke.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/chrome_proxy/webdriver/examples.py
diff --git a/tools/chrome_proxy/webdriver/examples.py b/tools/chrome_proxy/webdriver/examples.py
index 31d37bfab065a5615dfe00a18e2cd19b6502934b..fcf7ae27a40aab916ce61ead78a0748373cc39dd 100644
--- a/tools/chrome_proxy/webdriver/examples.py
+++ b/tools/chrome_proxy/webdriver/examples.py
@@ -10,7 +10,7 @@ from common import TestDriver
from common import IntegrationTest
-class SimpleSmoke(IntegrationTest):
+class Examples(IntegrationTest):
# Simple example integration test.
def testCheckPageWithProxy(self):
« no previous file with comments | « tools/chrome_proxy/webdriver/bypass.py ('k') | tools/chrome_proxy/webdriver/smoke.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698