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

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

Issue 2939943003: Fix testLitePageFallbackViaPagePolicies below M61 (Closed)
Patch Set: Rename decorator Created 3 years, 6 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/decorators.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/webdriver/lite_page.py
diff --git a/tools/chrome_proxy/webdriver/lite_page.py b/tools/chrome_proxy/webdriver/lite_page.py
index 039218308d1356fd7a58526667c70cab5fb8b19d..11e24f518569e7bebc38e98d15d3092cdef589df 100644
--- a/tools/chrome_proxy/webdriver/lite_page.py
+++ b/tools/chrome_proxy/webdriver/lite_page.py
@@ -5,6 +5,7 @@
import common
from common import TestDriver
from common import IntegrationTest
+from decorators import ChromeVersionEqualOrAfterM
import time
@@ -168,6 +169,7 @@ class LitePage(IntegrationTest):
# Verifies Lo-Fi fallback via the page-policies server directive.
# Note: this test is for the CPAT protocol change in M-61.
+ @ChromeVersionEqualOrAfterM(61)
def testLitePageFallbackViaPagePolicies(self):
with TestDriver() as test_driver:
test_driver.AddChromeArg('--enable-spdy-proxy-auth')
« no previous file with comments | « tools/chrome_proxy/webdriver/decorators.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698