Test |
Duration |
Result |
WHEN handle opening folder bookmarks THEN all bookmarks in folder is opened in normal tabs |
0.073s |
passed |
WHEN handle opening folder bookmarks in private tabs THEN all bookmarks in folder is opened in private tabs |
0.051s |
passed |
WHEN handle opening folder bookmarks with more than max items THEN warning is invoked |
0.370s |
passed |
WHEN handleBookmarkTapped is called with BrowserFragment THEN load the bookmark in current tab |
0.026s |
passed |
WHEN handleBookmarkTapped is called with HomeFragment THEN load the bookmark in new tab |
0.019s |
passed |
WHEN handleBookmarkTapped is called with private browsing THEN load the bookmark in new tab |
0.019s |
passed |
WHEN handling search THEN navigate to the search dialog fragment |
0.011s |
passed |
handleBackPressed with one item in backstack should trigger handleBackPressed in NavController |
0.019s |
passed |
handleBookmarkChanged updates the selected bookmark node |
0.010s |
passed |
handleBookmarkDeletion for a folder should properly call the delete folder delegate |
0.007s |
passed |
handleBookmarkDeletion for an item should properly call a passed in delegate |
0.007s |
passed |
handleBookmarkDeletion for multiple bookmarks should properly call a passed in delegate |
0.009s |
passed |
handleBookmarkDeselected dispatches Deselect action |
0.011s |
passed |
handleBookmarkEdit should navigate to the 'Edit' fragment |
0.015s |
passed |
handleBookmarkExpand should refresh and change the active bookmark node |
0.013s |
passed |
handleBookmarkSelected dispatches Select action when selecting a non-root folder |
2.718s |
passed |
handleBookmarkSelected does not select in Syncing mode |
0.344s |
passed |
handleBookmarkSelected should show a toast when selecting a root folder |
0.034s |
passed |
handleBookmarkSharing should navigate to the 'Share' fragment |
0.022s |
passed |
handleBookmarkTapped should open the bookmark |
0.341s |
passed |
handleBookmarkTapped should respect browsing mode |
0.015s |
passed |
handleCopyUrl should copy bookmark url to clipboard and show a toast |
0.015s |
passed |
handleOpeningBookmark should open the bookmark a new 'Normal' tab |
0.040s |
passed |
handleOpeningBookmark should open the bookmark a new 'Private' tab |
0.043s |
passed |
handleRequestSync dispatches actions in the correct order |
0.630s |
passed |
handleSelectionModeSwitch should invalidateOptionsMenu |
0.008s |
passed |