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_status_whiteboard.t | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'qa/t/test_status_whiteboard.t') diff --git a/qa/t/test_status_whiteboard.t b/qa/t/test_status_whiteboard.t index 2252b2317..2942c9857 100644 --- a/qa/t/test_status_whiteboard.t +++ b/qa/t/test_status_whiteboard.t @@ -55,7 +55,8 @@ $sel->click_ok("remember"); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Search created"); my $text = trim($sel->get_text("message")); -ok($text =~ /you have a new search named sw-x77v/, 'Saved search correctly saved'); +ok($text =~ /you have a new search named sw-x77v/, + 'Saved search correctly saved'); # Make sure the saved query works. @@ -69,12 +70,15 @@ $sel->is_text_present_ok("2 bugs found"); # is off. set_parameters($sel, {'Bug Fields' => {'usestatuswhiteboard-off' => undef}}); + # Show detailed bug information panel on advanced search -ok($sel->create_cookie('TUI=information_query=1'), 'Show detailed bug information'); +ok($sel->create_cookie('TUI=information_query=1'), + 'Show detailed bug information'); $sel->click_ok('//*[@class="link-search"]//a'); $sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->title_is("Search for bugs"); -ok(!$sel->is_text_present("Whiteboard:"), "Whiteboard label no longer displayed"); +ok(!$sel->is_text_present("Whiteboard:"), + "Whiteboard label no longer displayed"); $sel->open_ok("/$config->{bugzilla_installation}/show_bug.cgi?id=$test_bug_1"); $sel->title_like(qr/^$test_bug_1\b/); ok(!$sel->is_element_present('//label[@for="status_whiteboard"]')); -- cgit v1.2.3-24-g4f1b