TonnyL / Espresso

🚚 Espresso is an express delivery tracking app designed with Material Design style, built on MVP(Model-View-Presenter) architecture with RxJava2, Retrofit2, Realm database and ZXing
Apache License 2.0
1.09k stars 200 forks source link

test(AppNavigationTest/clickOnNavigationDrawerItem_ChangeTheme): label as flaky #20

Open yxliang01 opened 4 years ago

yxliang01 commented 4 years ago

After performing changing the theme, the background color might not be changed before the check. Therefore, this test case can sometimes fail. Labeling it as flaky to document.