]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix one test and add diagnostics to other
authorDylan William Hardison <dylan@hardison.net>
Mon, 27 Feb 2017 17:55:04 +0000 (17:55 +0000)
committerDylan William Hardison <dylan@hardison.net>
Mon, 27 Feb 2017 17:55:04 +0000 (17:55 +0000)
xt/selenium/email_preferences.t
xt/selenium/user_preferences.t

index d1e860a3cacdfc774c11352fbf6376a10edec52c..7de0a78fb27212f36636221baa09c0e1dbf4029b 100644 (file)
@@ -352,6 +352,9 @@ sub verify_bugmail_recipients {
     my $wanted_sentto;
     my $err = 0;
 
+    my ($package, $filename, $line) = caller;
+    diag "verify_bugmail_recipients called from $filename line $line";
+
     # Verify sentto field
     my @email_sentto
         = sort split(/, /, $sel->get_text("//dt[text()='Email sent to:']/following-sibling::dd"));
index cf33e7dad7ab9341b423afdb973051177b3a628c..c02edffaf9add0951269c03128df6a7c720383cc 100644 (file)
@@ -72,7 +72,7 @@ $sel->value_is("addselfcc", "off");
 $sel->type_ok("quicksearch_top", "tag:sel-tmp");
 $sel->click_ok("find_top");
 $sel->wait_for_page_to_load_ok(WAIT_TIME);
-$sel->title_is("Bug List");
+$sel->title_is("Bug List: tag:sel-tmp");
 $sel->type_ok("save_newqueryname", "sel-tmp");
 $sel->click_ok("remember");
 $sel->wait_for_page_to_load_ok(WAIT_TIME);