Commit feeb6865 authored by Xiang Ji's avatar Xiang Ji Committed by Commit Bot

Fix youtube restrict test failure due to warning text change

Validation: https://ci.chromium.org/p/chromium/builders/try/win-celab-try-rel/102

Change-Id: I8b797a034515d71ad40be739b6b96199e29563d7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970910Reviewed-by: default avatarOwen Min <zmin@chromium.org>
Commit-Queue: Xiang Ji <jxiang@google.com>
Cr-Commit-Position: refs/heads/master@{#726453}
parent 5e8e9d21
...@@ -14,8 +14,7 @@ class YouTubeRestrictTest(ChromeEnterpriseTestCase): ...@@ -14,8 +14,7 @@ class YouTubeRestrictTest(ChromeEnterpriseTestCase):
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ForceYouTubeRestrict""" See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=ForceYouTubeRestrict"""
RestrictedText = "This video is restricted. " \ RestrictedText = "This video is restricted. "
+ "Try signing in with a Google Apps account."
@before_all @before_all
def setup(self): def setup(self):
......
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