Class org.mozilla.fenix.crashes.CrashReporterControllerTest
Tests
Test |
Duration |
Result |
GIVEN multiple tabs opened WHEN user closes one tab THEN don't use navigation |
0.005s |
passed |
GIVEN only one tab opened WHEN user closes the tab THEN navigate to Home |
1.013s |
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.141s |
passed |
GIVEN reportCrashes false WHEN user restores tab THEN try submitting non-fatal crashes and recover tabs |
0.010s |
passed |
GIVEN reportCrashes true WHEN user closes the tab THEN try submitting non-fatal crashes, remove the current tab and recover others |
0.017s |
passed |
GIVEN reportCrashes true WHEN user restores tab THEN try submitting non-fatal crashes and recover tabs |
0.014s |
passed |
GIVEN reportCrashes true and reporting crashes enabled WHEN trying to submit crashes THEN all crashes should be submitted and then disposed off |
0.012s |
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.007s |
passed |