Test |
Duration |
Result |
GIVEN a topSitesMaxLimit WHEN getTopSitesConfig is called THEN it returns TopSitesConfig with totalSites = topSitesMaxLimit |
4.192s |
passed |
GIVEN the selected search engine is set to eBay WHEN getTopSitesConfig is called THEN providerFilter filters the eBay provided top sites |
0.323s |
passed |
GIVEN the user is in private mode WHEN checking if should enable wallpaper THEN return false |
0.470s |
passed |
WHEN configuration changed THEN menu is dismissed |
0.423s |
passed |
WHEN getTopSitesConfig is called THEN it returns TopSitesConfig with non-null frecencyConfig |
0.014s |
passed |
WHEN isMicrosurveyEnabled is false GIVEN a call to initializeMicrosurveyFeature THEN messagingFeature is not initialized |
0.006s |
passed |
WHEN isMicrosurveyEnabled is true GIVEN a call to initializeMicrosurveyFeature THEN messagingFeature is initialized |
1.166s |
passed |
WHEN not default browser and prompt supported THEN promptToSetAsDefaultBrowser is called |
0.244s |
passed |
WHEN showSetAsDefaultBrowserPrompt is called GIVEN not enough cold starts THEN setAsDefaultPromptCalled is not called |
0.013s |
passed |
WHEN showSetAsDefaultBrowserPrompt is called GIVEN the conditions to show a prompt are not met THEN setAsDefaultPromptCalled is not called |
0.017s |
passed |
WHEN showSetAsDefaultBrowserPrompt is called GIVEN the prompt has been shown maximum times THEN setAsDefaultPromptCalled is not called |
0.146s |
passed |
WHEN showSetAsDefaultBrowserPrompt is called GIVEN the time since last prompt is too short THEN setAsDefaultPromptCalled is not called |
0.014s |
passed |