From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- qa/t/test_dependencies.t | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'qa/t/test_dependencies.t') diff --git a/qa/t/test_dependencies.t b/qa/t/test_dependencies.t index c054a4d08..1deefb84e 100644 --- a/qa/t/test_dependencies.t +++ b/qa/t/test_dependencies.t @@ -21,15 +21,15 @@ log_in($sel, $config, 'admin'); file_bug_in_product($sel, "TestProduct"); my $bug_summary = "Dependency Checks"; $sel->type_ok("short_desc", $bug_summary); -$sel->type_ok("comment", "This bug is public"); +$sel->type_ok("comment", "This bug is public"); my $bug1_id = create_bug($sel, $bug_summary); file_bug_in_product($sel, "TestProduct"); $sel->type_ok("alias", "secret_qa_bug_$bug1_id+1"); my $bug_summary2 = "Big Ben"; $sel->type_ok("short_desc", $bug_summary2); -$sel->type_ok("comment", "This bug is private"); -$sel->type_ok("dependson", $bug1_id); +$sel->type_ok("comment", "This bug is private"); +$sel->type_ok("dependson", $bug1_id); $sel->check_ok('//input[@name="groups" and @value="Master"]'); my $bug2_id = create_bug($sel, $bug_summary2); @@ -45,8 +45,11 @@ logout($sel); log_in($sel, $config, 'editbugs'); go_to_bug($sel, $bug1_id); -ok(!$sel->is_text_present("secret_qa_bug_$bug1_id+1"), "The alias of the private bug is not visible"); -$sel->select_ok("priority", "label=High"); +ok( + !$sel->is_text_present("secret_qa_bug_$bug1_id+1"), + "The alias of the private bug is not visible" +); +$sel->select_ok("priority", "label=High"); $sel->select_ok("bug_status", "VERIFIED"); $sel->type_ok("comment", "Can I still edit this bug?"); edit_bug($sel, $bug1_id); -- cgit v1.2.3-24-g4f1b