mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-01-18 06:33:09 +00:00
help.pm: fix whitespace errors
Lots of use of tabs instead of spaces, spaces at ends of lines, spaces on blank lines... Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
f67bcef9f7
commit
f407ceaf0e
@ -8,31 +8,31 @@ use utils;
|
|||||||
# This subroutine opens a section, checks that its content
|
# This subroutine opens a section, checks that its content
|
||||||
# is listed and returns to the main page.
|
# is listed and returns to the main page.
|
||||||
sub visit_section {
|
sub visit_section {
|
||||||
my $section = shift;
|
my $section = shift;
|
||||||
send_key_until_needlematch("help_section_$section", "down", 40, 1 );
|
send_key_until_needlematch("help_section_$section", "down", 40, 1 );
|
||||||
click_lastmatch();
|
click_lastmatch();
|
||||||
assert_screen("help_section_content_$section");
|
assert_screen("help_section_content_$section");
|
||||||
assert_and_click("help_breadcrumbs_home");
|
assert_and_click("help_breadcrumbs_home");
|
||||||
assert_screen("help_main_screen");
|
assert_screen("help_main_screen");
|
||||||
}
|
}
|
||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
||||||
# Run the application
|
# Run the application
|
||||||
menu_launch_type("Help");
|
menu_launch_type("Help");
|
||||||
assert_screen("help_main_screen");
|
assert_screen("help_main_screen");
|
||||||
|
|
||||||
# Let us click on Section to open it and check that there is content inside.
|
# Let us click on Section to open it and check that there is content inside.
|
||||||
visit_section("desktop");
|
visit_section("desktop");
|
||||||
visit_section("networking");
|
visit_section("networking");
|
||||||
visit_section("sound");
|
visit_section("sound");
|
||||||
visit_section("files");
|
visit_section("files");
|
||||||
visit_section("user");
|
visit_section("user");
|
||||||
visit_section("hardware");
|
visit_section("hardware");
|
||||||
visit_section("accessibility");
|
visit_section("accessibility");
|
||||||
visit_section("tipstricks");
|
visit_section("tipstricks");
|
||||||
visit_section("morehelp");
|
visit_section("morehelp");
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user