Class org.mozilla.fenix.tabstray.DefaultTabsTrayInteractorTest
Tests
Test |
Duration |
Result |
GIVEN the user is viewing normal tabs WHEN the user clicks on the FAB THEN the Interactor delegates to the controller |
0.001s |
passed |
GIVEN the user is viewing private tabs WHEN the user clicks on the FAB THEN the Interactor delegates to the controller |
0.001s |
passed |
GIVEN the user is viewing synced tabs WHEN the user clicks on the FAB THEN the Interactor delegates to the controller |
0.001s |
passed |
WHEN an inactive tab is clicked THEN open the tab |
0.002s |
passed |
WHEN an inactive tab is clicked to be closed THEN close the tab |
0.017s |
passed |
WHEN the close all inactive tabs button is clicked THEN delete all inactive tabs |
0.001s |
passed |
WHEN the enable inactive tabs auto close button is clicked THEN turn on the auto close feature |
0.001s |
passed |
WHEN the inactive tabs auto close dialog's close button is clicked THEN dismiss the dialog |
0.002s |
passed |
WHEN the inactive tabs header is clicked THEN update the expansion state of the inactive tabs card |
0.003s |
passed |
WHEN user clicks to bookmark the selected tabs THEN the Interactor delegates to the controller |
0.001s |
passed |
WHEN user clicks to delete the selected tabs THEN the Interactor delegates to the controller |
0.001s |
passed |
WHEN user clicks to force the selected tabs as inactive THEN the Interactor delegates to the controller |
0.140s |
passed |
WHEN user clicks to save the selected tabs to a collection THEN the Interactor delegates to the controller |
0.002s |
passed |
WHEN user clicks to share the selected tabs THEN the Interactor delegates to the controller |
0.002s |
passed |
WHEN user confirms downloads cancellation THEN the Interactor delegates to the controller |
0.002s |
passed |
WHEN user deletes one browser tab page THEN the Interactor delegates to the controller |
0.003s |
passed |
WHEN user selects a new browser tab THEN the Interactor delegates to the controller |
0.139s |
passed |
WHEN user selects a new tray page THEN the Interactor delegates to the controller |
0.006s |
passed |