New issue
Advanced search Search tips

Issue 714157 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug

Blocking:
issue 700067



Sign in to add a comment

Create EarlGrey helper method waitForWebViewNotContainingText

Project Member Reported by baxley@chromium.org, Apr 21 2017

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.
 
Status: Started (was: Assigned)
Owner: sdefresne@chromium.org
Status: Fixed (was: Started)
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