Skip to content

Commit

Permalink
fix one test and add diagnostics to other
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanwh committed Feb 27, 2017
1 parent fc72326 commit 8b03219
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions xt/selenium/email_preferences.t
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down
2 changes: 1 addition & 1 deletion xt/selenium/user_preferences.t
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 8b03219

Please sign in to comment.