Class org.mozilla.fenix.search.SearchFragmentStoreTest

41

tests

0

failures

0

ignored

2.331s

duration

100%

successful

Tests

Test Duration Result
GIVEN non-sponsored suggestions are enabled WHEN the default search engine is selected THEN non-sponsored suggestions are displayed 0.011s passed
GIVEN normal browsing mode WHEN the search engine is the default one THEN search suggestions providers are updated 0.020s passed
GIVEN normal browsing mode and search suggestions enabled WHEN checking if search suggestions should be shown THEN return true 0.007s passed
GIVEN private browsing mode WHEN the search engine is the default one THEN search suggestions providers are updated 0.233s passed
GIVEN private browsing mode and search suggestions enabled WHEN checking if search suggestions should be shown THEN return true 0.012s passed
GIVEN search shortcuts and unified search are both disabled in settings WHEN the default search engine is selected THEN search shortcuts are not displayed 0.014s passed
GIVEN search shortcuts and unified search are both disabled in settings WHEN the search engine shortcut is selected THEN search shortcuts are not displayed 0.013s passed
GIVEN search shortcuts and unified search are both enabled in settings WHEN the default search engine is selected THEN search shortcuts are not displayed 0.011s passed
GIVEN search shortcuts and unified search are both enabled in settings WHEN the search engine shortcut is selected THEN search shortcuts are not displayed 0.012s passed
GIVEN search shortcuts are disabled and unified search is enabled in settings WHEN the default search engine is selected THEN search shortcuts are not displayed 0.012s passed
GIVEN search shortcuts are disabled and unified search is enabled in settings WHEN the search engine shortcut is selected THEN search shortcuts are not displayed 0.013s passed
GIVEN search shortcuts are enabled and unified search is disabled in settings WHEN the default search engine is selected THEN search shortcuts are displayed 0.012s passed
GIVEN search shortcuts are enabled and unified search is disabled in settings WHEN the search engine shortcut is selected THEN search shortcuts are displayed 0.013s passed
GIVEN sponsored and non-sponsored suggestions are disabled WHEN the default search engine is selected THEN neither are displayed 0.012s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN a shortcut is selected THEN neither are displayed 0.016s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the bookmarks engine is selected THEN neither are displayed 0.010s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the history engine is selected THEN neither are displayed 0.788s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the tabs engine is selected THEN neither are displayed 0.017s passed
GIVEN sponsored and non-sponsored suggestions are enabled and Firefox Suggest is disabled WHEN the default search engine is selected THEN neither are displayed 0.011s passed
GIVEN sponsored and non-sponsored suggestions are enabled and Firefox Suggest is disabled WHEN the initial state is created THEN neither are displayed 0.513s passed
GIVEN sponsored and non-sponsored suggestions are enabled and Firefox Suggest is enabled WHEN the default search engine is selected THEN both are displayed 0.011s passed
GIVEN sponsored suggestions are enabled WHEN the default search engine is selected THEN sponsored suggestions are displayed 0.013s passed
GIVEN unified search is disabled WHEN the search engine is updated to a shortcut THEN search suggestions providers are updated 0.020s passed
GIVEN unified search is disabled WHEN updating the search engine to a topic specific one THEN enable bookmarks and tabs suggestions if user enabled 0.023s passed
GIVEN unified search is enabled WHEN the search engine is updated to a general engine shortcut THEN search suggestions providers are updated 0.025s passed
GIVEN unified search is enabled WHEN the search engine is updated to a topic specific engine shortcut THEN search suggestions providers are updated 0.021s passed
GIVEN unified search is enabled WHEN updating the SearchFragmentState from SearchState THEN disable search shortcuts 0.004s passed
GIVEN unified search is enabled WHEN updating the search engine to a topic specific one THEN enable filtered bookmarks, history and tabs suggestions 0.022s passed
Updating SearchFragmentState from SearchState 0.003s passed
Updating SearchFragmentState from SearchState - shortcuts disabled 0.127s passed
WHEN doing a bookmarks search THEN search suggestions providers are updated 0.006s passed
WHEN doing a history search THEN search suggestions providers are updated 0.005s passed
WHEN doing a tabs search THEN search suggestions providers are updated 0.006s passed
WHEN tabs engine selected action dispatched THEN update search engine source 0.005s passed
allowSearchInPrivateMode 0.006s passed
createInitialSearchFragmentState with no tab in normal browsing mode 0.220s passed
createInitialSearchFragmentState with no tab in private browsing mode 0.017s passed
createInitialSearchFragmentState with tab 0.025s passed
showSearchSuggestions 0.006s passed
updateQuery 0.007s passed
updatingClipboardUrl 0.009s passed