Commit c3c7cb35 authored by Justin Cohen's avatar Justin Cohen Committed by Commit Bot

ios: Better matcher for iOS14 bookmarks test.

Change-Id: I7b2aa098037f0bfd89b46b360493c6ec3fc24834
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354515
Auto-Submit: Justin Cohen <justincohen@chromium.org>
Commit-Queue: Sergio Collazos <sczs@chromium.org>
Reviewed-by: default avatarSergio Collazos <sczs@chromium.org>
Cr-Commit-Position: refs/heads/master@{#797784}
parent 051090c6
...@@ -388,8 +388,8 @@ id<GREYMatcher> SearchIconButton() { ...@@ -388,8 +388,8 @@ id<GREYMatcher> SearchIconButton() {
selectElementWithMatcher:grey_allOf( selectElementWithMatcher:grey_allOf(
grey_kindOfClassName(@"UITableViewCell"), grey_kindOfClassName(@"UITableViewCell"),
grey_descendant(grey_text(bookmarkFolder)), grey_descendant(grey_text(bookmarkFolder)),
nil)] grey_sufficientlyVisible(), nil)]
assertWithMatcher:grey_sufficientlyVisible()]; assertWithMatcher:grey_notNil()];
} }
- (void)scrollToBottom { - (void)scrollToBottom {
......
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