You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check that tab switcher is active/inactive before visibility check.
As shown in the referenced bug, testCloseAllTabs was failing because the
stack view visibility check was checking for a nil stack view. This is
likely occurring because the visibility check was occurring before the
touch event that should show the tab switcher is handled. Adding this
condition will wait for the touch event to be handled before checking
for visibility.
BUG=693517
Review-Url: https://codereview.chromium.org/2706403006
Cr-Commit-Position: refs/heads/master@{#455293}
(cherry picked from commit 389418d)
Review-Url: https://codereview.chromium.org/2734283002 .
Cr-Commit-Position: refs/branch-heads/3029@{#56}
Cr-Branched-From: 939b32e-refs/heads/master@{#454471}
0 commit comments