Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Issue 2640783005: Re-enable testContextMenuOpenInNewTabFromTallPage on device. (Closed)

Created:
3 years, 11 months ago by liaoyuke
Modified:
3 years, 11 months ago
CC:
chromium-reviews, marq+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Re-enable testContextMenuOpenInNewTabFromTallPage on device. Earl Grey is not synchronizing with WKWebView properly. So adding a wait until condition to wait for context menu to disappear before proceeding. BUG=681130 Review-Url: https://codereview.chromium.org/2640783005 Cr-Commit-Position: refs/heads/master@{#444901} Committed: https://chromium.googlesource.com/chromium/src/+/0b662a9cf9d75b3223e9fad83228e8f6d515cfe4

Patch Set 1 #

Patch Set 2 : Update function name #

Total comments: 6

Patch Set 3 : Addressed feedback #

Total comments: 4

Patch Set 4 : Addressed feedback #

Total comments: 2

Patch Set 5 : Update function name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -11 lines) Patch
M ios/chrome/browser/context_menu/context_menu_egtest.mm View 1 2 3 4 3 chunks +18 lines, -11 lines 0 comments Download

Messages

Total messages: 28 (15 generated)
liaoyuke
Hi Mike, Please take a look. Thank you very much!
3 years, 11 months ago (2017-01-19 22:25:12 UTC) #2
baxley
https://codereview.chromium.org/2640783005/diff/20001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/20001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode61 ios/chrome/browser/context_menu/context_menu_egtest.mm:61: void WaitForMatcherBecomesNil(id<GREYMatcher> matcher) { Can we call it "WaitForMatcher"? ...
3 years, 11 months ago (2017-01-19 22:27:40 UTC) #3
liaoyuke
PTAL. Thanks! https://codereview.chromium.org/2640783005/diff/20001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/20001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode61 ios/chrome/browser/context_menu/context_menu_egtest.mm:61: void WaitForMatcherBecomesNil(id<GREYMatcher> matcher) { On 2017/01/19 22:27:40, ...
3 years, 11 months ago (2017-01-19 22:47:44 UTC) #4
baxley
LGTM Based on past flake it was ~1/day, which isn't *that* flaky, especially for devices. ...
3 years, 11 months ago (2017-01-19 23:00:15 UTC) #7
liaoyuke
On 2017/01/19 23:00:15, baxley wrote: > LGTM > > Based on past flake it was ...
3 years, 11 months ago (2017-01-19 23:01:33 UTC) #8
liaoyuke
Hi Eugene, Do you mind taking a quick look for owner's approval? Thank you very ...
3 years, 11 months ago (2017-01-19 23:09:37 UTC) #13
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2640783005/diff/40001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/40001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode74 ios/chrome/browser/context_menu/context_menu_egtest.mm:74: // Earl Grey cannot preperly synchronize with WKWebView, ...
3 years, 11 months ago (2017-01-19 23:19:07 UTC) #14
liaoyuke
Thank you for the quick response! https://codereview.chromium.org/2640783005/diff/40001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/40001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode74 ios/chrome/browser/context_menu/context_menu_egtest.mm:74: // Earl Grey ...
3 years, 11 months ago (2017-01-19 23:46:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640783005/60001
3 years, 11 months ago (2017-01-19 23:48:14 UTC) #18
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2640783005/diff/60001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/60001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode61 ios/chrome/browser/context_menu/context_menu_egtest.mm:61: // once EarlGrey is synchronized with context menu. Could ...
3 years, 11 months ago (2017-01-20 00:00:14 UTC) #19
liaoyuke
Changed function name to WaitForContextMenuItemDisappeared. https://codereview.chromium.org/2640783005/diff/60001/ios/chrome/browser/context_menu/context_menu_egtest.mm File ios/chrome/browser/context_menu/context_menu_egtest.mm (right): https://codereview.chromium.org/2640783005/diff/60001/ios/chrome/browser/context_menu/context_menu_egtest.mm#newcode61 ios/chrome/browser/context_menu/context_menu_egtest.mm:61: // once EarlGrey is ...
3 years, 11 months ago (2017-01-20 00:16:22 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2640783005/100001
3 years, 11 months ago (2017-01-20 00:27:59 UTC) #25
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 00:55:23 UTC) #28
Message was sent while issue was closed.
Committed patchset #5 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/0b662a9cf9d75b3223e9fad83228...

Powered by Google App Engine
This is Rietveld 408576698