Create EarlGrey helper method waitForWebViewNotContainingText |
||
Issue description
Some cases have matchers that wait, and assert with grey_nil(), which slows down tests. There are some cases where we have to do this, because waiting for the WebViewNotContainingText doesn't work since there is no webview:
[[EarlGrey selectElementWithMatcher:chrome_test_util::WebViewContainingText(
kContentToKeep)]
assertWithMatcher:grey_nil()];
We should create a ChromeEarlGrey helper to take care of this case.
,
Jul 4 2017
Actually, closing this since sdefresne@ fixed it. Removal of chrome_test_util::WebViewNotContainingText is tracked in crbug.com/739073 |
||
►
Sign in to add a comment |
||
Comment 1 by baxley@chromium.org
, Jul 4 2017