use base "installedtest"; use strict; use testapi; use utils; # This is to check up the Network tab. sub run { my $self = shift; assert_and_click("settings_menu_network"); assert_screen("settings_network_wired_connected"); } sub test_flags { return {fatal => 1, milestone => 1}; } 1; # vim: set sw=4 et: