Class org.mozilla.fenix.settings.sitepermissions.SitePermissionsWifiIntegrationTest

6

tests

0

failures

0

ignored

0.151s

duration

100%

successful

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.008s passed
GIVEN auto play is set to be on allow only on wifi WHEN the feature starts THEN listen for wifi changes 0.004s 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.010s 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.004s 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.004s passed
WHEN stopping the feature THEN all listeners will be removed 0.121s passed