Class org.mozilla.fenix.search.SearchFragmentStoreTest

41

tests

0

failures

0

ignored

2.928s

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.016s 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.008s passed
GIVEN private browsing mode WHEN the search engine is the default one THEN search suggestions providers are updated 0.181s passed
GIVEN private browsing mode and search suggestions enabled WHEN checking if search suggestions should be shown THEN return true 0.011s 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.015s 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.015s 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.014s 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.013s 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.014s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN a shortcut is selected THEN neither are displayed 0.015s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the bookmarks engine is selected THEN neither are displayed 0.012s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the history engine is selected THEN neither are displayed 1.513s passed
GIVEN sponsored and non-sponsored suggestions are enabled WHEN the tabs engine is selected THEN neither are displayed 0.012s 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.016s 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.443s 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.013s passed
GIVEN sponsored suggestions are enabled WHEN the default search engine is selected THEN sponsored suggestions are displayed 0.012s passed
GIVEN unified search is disabled WHEN the search engine is updated to a shortcut THEN search suggestions providers are updated 0.024s 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.029s 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.028s passed
GIVEN unified search is enabled WHEN updating the SearchFragmentState from SearchState THEN disable search shortcuts 0.003s 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.035s passed
Updating SearchFragmentState from SearchState 0.004s passed
Updating SearchFragmentState from SearchState - shortcuts disabled 0.105s 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.005s passed
WHEN tabs engine selected action dispatched THEN update search engine source 0.007s passed
allowSearchInPrivateMode 0.008s passed
createInitialSearchFragmentState with no tab in normal browsing mode 0.180s passed
createInitialSearchFragmentState with no tab in private browsing mode 0.019s passed
createInitialSearchFragmentState with tab 0.033s passed
showSearchSuggestions 0.006s passed
updateQuery 0.005s passed
updatingClipboardUrl 0.009s passed