Class org.mozilla.fenix.settings.sitepermissions.SitePermissionsWifiIntegrationTest
Tests
Test |
Duration |
Result |
GIVEN auto play is not set to allow only on wifi WHEN the feature starts THEN will not listen for wifi changes |
0.052s |
passed |
GIVEN auto play is set to be on allow only on wifi WHEN the feature starts THEN listen for wifi changes |
0.005s |
passed |
GIVEN wifi is connected and autoplay is different from allow on wifi WHEN wifi changes THEN all the wifi listener will be stopped |
0.017s |
passed |
GIVEN wifi is connected and autoplay is set to allow only on wifi WHEN wifi changes to connected THEN the autoplay setting must be allowed |
0.005s |
passed |
GIVEN wifi is connected and autoplay is set to allow only on wifi WHEN wifi changes to not connected THEN the autoplay setting must be blocked |
0.005s |
passed |
WHEN stopping the feature THEN all listeners will be removed |
0.110s |
passed |