From 8b03219f373ec89357d948db0ba67dedb03bb72f Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Mon, 27 Feb 2017 17:55:04 +0000 Subject: fix one test and add diagnostics to other --- xt/selenium/email_preferences.t | 3 +++ 1 file changed, 3 insertions(+) (limited to 'xt/selenium/email_preferences.t') diff --git a/xt/selenium/email_preferences.t b/xt/selenium/email_preferences.t index d1e860a3c..7de0a78fb 100644 --- a/xt/selenium/email_preferences.t +++ b/xt/selenium/email_preferences.t @@ -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")); -- cgit v1.2.3-24-g4f1b