You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
iceraven-browser/app/src/test/java/org/mozilla/fenix/search
Jonathan Almeida 5c328f9616 Close #15168: Remove intermittent failing test in ToolbarViewTest
This test seems to be hacking at the binding between Fenix and the
BrowserToolbar to simulate toolbar events passing to the Fenix
interactor.

This is rather clumsy test that relies on the magic working of mockk
instead of following a general unit testing strategy that would commonly
require the class to be re-written to allow for better testing instead.

It is far safer to remove this test since we are not guaranteeing
anything in it and instead we see intermittent failures that make us
lose more time.

So therefore.. 🔥
3 years ago
..
awesomebar Close #20797: Fix intermittent test failures in ShortcutsSuggestionProviderTest 3 years ago
toolbar Close #15168: Remove intermittent failing test in ToolbarViewTest 3 years ago
SearchDialogControllerTest.kt Run ktlintFormat to adapt to latest formatting rules. 3 years ago
SearchDialogInteractorTest.kt Complete browser-state migration and remove browser-session dependency. 3 years ago
SearchFragmentStoreTest.kt Run ktlintFormat to adapt to latest formatting rules. 3 years ago