Make EarlGrey tests clean up after themselves, or put into ChromeTestCase setUp. |
||
Issue descriptionSome cleanup is done before tests to guarantee a particular state. Tests shouldn't have to worry about this. Either tests should properly clean up so we never enter this state, or if that is impossible, then it should be handled in ChromeTestCase setUp for each test. For example, testYoutubeInfobarDoesNotAppearMoreThanThreeTimes clears the browser state chrome_test_util::ClearBrowsingHistory() is called sporadically by some tests These are things that tests shouldn't have to clean up in advance.
,
Nov 8 2017
Closing, we've done a good job fixing up many tests. For cases that aren't fixed, we should file specific bugs for those. |
||
►
Sign in to add a comment |
||
Comment 1 by sheriffbot@chromium.org
, Nov 8 2017Status: Untriaged (was: Available)