summaryrefslogtreecommitdiffstats
path: root/xt/selenium/email_preferences.t
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-02-27 18:55:04 +0100
committerDylan William Hardison <dylan@hardison.net>2017-02-27 18:55:04 +0100
commit8b03219f373ec89357d948db0ba67dedb03bb72f (patch)
treed58e9de788b69420e2a91b8523eb7c136ac4cc4a /xt/selenium/email_preferences.t
parentfc7232674fd5616264e7b3408c43bd67819078a0 (diff)
downloadbugzilla-8b03219f373ec89357d948db0ba67dedb03bb72f.tar.gz
bugzilla-8b03219f373ec89357d948db0ba67dedb03bb72f.tar.xz
fix one test and add diagnostics to other
Diffstat (limited to 'xt/selenium/email_preferences.t')
-rw-r--r--xt/selenium/email_preferences.t3
1 files changed, 3 insertions, 0 deletions
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"));