fix one test and add diagnostics to other

parent fc723267
...@@ -352,6 +352,9 @@ sub verify_bugmail_recipients { ...@@ -352,6 +352,9 @@ sub verify_bugmail_recipients {
my $wanted_sentto; my $wanted_sentto;
my $err = 0; my $err = 0;
my ($package, $filename, $line) = caller;
diag "verify_bugmail_recipients called from $filename line $line";
# Verify sentto field # Verify sentto field
my @email_sentto my @email_sentto
= sort split(/, /, $sel->get_text("//dt[text()='Email sent to:']/following-sibling::dd")); = sort split(/, /, $sel->get_text("//dt[text()='Email sent to:']/following-sibling::dd"));
......
...@@ -72,7 +72,7 @@ $sel->value_is("addselfcc", "off"); ...@@ -72,7 +72,7 @@ $sel->value_is("addselfcc", "off");
$sel->type_ok("quicksearch_top", "tag:sel-tmp"); $sel->type_ok("quicksearch_top", "tag:sel-tmp");
$sel->click_ok("find_top"); $sel->click_ok("find_top");
$sel->wait_for_page_to_load_ok(WAIT_TIME); $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->type_ok("save_newqueryname", "sel-tmp");
$sel->click_ok("remember"); $sel->click_ok("remember");
$sel->wait_for_page_to_load_ok(WAIT_TIME); $sel->wait_for_page_to_load_ok(WAIT_TIME);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment