diff --git a/app/views/jst/helpDialog.handlebars b/app/views/jst/helpDialog.handlebars index dd6a102275c..cfa541be7e6 100644 --- a/app/views/jst/helpDialog.handlebars +++ b/app/views/jst/helpDialog.handlebars @@ -56,10 +56,10 @@ - {{#if showEmail}} +
diff --git a/spec/selenium/help_dialog_spec.rb b/spec/selenium/help_dialog_spec.rb index 2a7df68cc55..a010e896fbe 100644 --- a/spec/selenium/help_dialog_spec.rb +++ b/spec/selenium/help_dialog_spec.rb @@ -114,6 +114,7 @@ describe "help dialog" do er.subject.should == 'test subject' er.comments.should == 'test comments' er.data['user_perceived_severity'].should == severity + er.guess_email.should eql @user.email end it "should not show the 'Message teacher' button if not a student" do