|
Refactor wait_util so it isn't coupled to EarlGrey.
Create utility to wait for condition, else return false. This allows
test code not dependent upon EarlGrey to use wait_util. Also,
update web shell tests to use this utility.
BUG= 657886
Committed: https://crrev.com/e598fd1fd26e086580ca81c0a7e682045dd58ffb
Cr-Commit-Position: refs/heads/master@{#427728}
Total comments: 2
Total comments: 18
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+157 lines, -178 lines) |
Patch |
 |
M |
ios/testing/BUILD.gn
|
View
|
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/testing/earl_grey/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/testing/earl_grey/wait_util.h
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ios/testing/earl_grey/wait_util.mm
|
View
|
|
1 chunk |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
A + |
ios/testing/wait_util.h
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
ios/testing/wait_util.mm
|
View
|
1
2
3
4
|
2 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ios/web/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/public/test/earl_grey/js_test_util.mm
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ios/web/public/test/earl_grey/web_view_actions.mm
|
View
|
1
2
|
3 chunks |
+25 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ios/web/public/test/earl_grey/web_view_matchers.mm
|
View
|
|
4 chunks |
+50 lines, -62 lines |
0 comments
|
Download
|
 |
M |
ios/web/public/test/web_view_interaction_test_util.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ios/web/public/test/web_view_interaction_test_util.mm
|
View
|
1
2
|
4 chunks |
+27 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ios/web/shell/test/BUILD.gn
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ios/web/shell/test/earl_grey/shell_matchers.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ios/web/shell/test/pdf_egtest.mm
|
View
|
1
2
3
|
2 chunks |
+5 lines, -13 lines |
0 comments
|
Download
|
Total messages: 15 (6 generated)
|