Class org.mozilla.fenix.tabstray.SecureTabsTrayBindingTest
Tests
Test |
Duration |
Result |
GIVEN not in private mode WHEN tab selected page switches to normal tabs from private THEN set fragment to un-secure |
0.015s |
passed |
GIVEN private mode WHEN tab selected page switches to normal tabs from private THEN do nothing |
0.013s |
passed |
WHEN tab selected page switches to private and allowScreenshotsInPrivateMode true THEN set fragment to un-secure |
0.017s |
passed |
WHEN tab selected page switches to private THEN set fragment to secure |
1.246s |
passed |