Class org.mozilla.fenix.crashes.CrashReporterControllerTest

9

tests

0

failures

0

ignored

2.094s

duration

100%

successful

Tests

Test Duration Result
GIVEN multiple tabs opened WHEN user closes one tab THEN don't use navigation 0.007s passed
GIVEN only one tab opened WHEN user closes the tab THEN navigate to Home 1.379s passed
GIVEN reportCrashes false WHEN trying to submit crashes THEN no crashes should be submitted and all should be disposed off 0.496s passed
GIVEN reportCrashes false WHEN user closes the tab THEN try submitting non-fatal crashes, remove the current tab and recover others 0.118s passed
GIVEN reportCrashes false WHEN user restores tab THEN try submitting non-fatal crashes and recover tabs 0.016s passed
GIVEN reportCrashes true WHEN user closes the tab THEN try submitting non-fatal crashes, remove the current tab and recover others 0.022s passed
GIVEN reportCrashes true WHEN user restores tab THEN try submitting non-fatal crashes and recover tabs 0.021s passed
GIVEN reportCrashes true and reporting crashes enabled WHEN trying to submit crashes THEN all crashes should be submitted and then disposed off 0.024s passed
GIVEN reportCrashes true but reporting crashes disabled WHEN trying to submit crashes THEN no crashes should be submitted and all should be disposed off 0.011s passed