projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Use lazy lookups for translations in issues
[rails.git]
/
test
/
system
/
report_note_test.rb
diff --git
a/test/system/report_note_test.rb
b/test/system/report_note_test.rb
index c5a70b488fc8807c599916edfe8a2b80a801d207..f885888349a709a3c3c63d968ecd7ddf87273e57 100644
(file)
--- a/
test/system/report_note_test.rb
+++ b/
test/system/report_note_test.rb
@@
-16,9
+16,9
@@
class ReportNoteTest < ApplicationSystemTestCase
click_on I18n.t("browse.note.report")
assert page.has_content? "Report"
click_on I18n.t("browse.note.report")
assert page.has_content? "Report"
- assert page.has_content? I18n.t("
issue
s.new.disclaimer.intro")
+ assert page.has_content? I18n.t("
report
s.new.disclaimer.intro")
- choose I18n.t("reports.categories.note.spam")
+ choose I18n.t("reports.
new.
categories.note.spam")
fill_in "report_details", :with => "This is spam"
click_on "Create Report"
fill_in "report_details", :with => "This is spam"
click_on "Create Report"
@@
-35,9
+35,9
@@
class ReportNoteTest < ApplicationSystemTestCase
click_on I18n.t("browse.note.report")
assert page.has_content? "Report"
click_on I18n.t("browse.note.report")
assert page.has_content? "Report"
- assert page.has_content? I18n.t("
issue
s.new.disclaimer.intro")
+ assert page.has_content? I18n.t("
report
s.new.disclaimer.intro")
- choose I18n.t("reports.categories.note.spam")
+ choose I18n.t("reports.
new.
categories.note.spam")
fill_in "report_details", :with => "This is spam"
click_on "Create Report"
fill_in "report_details", :with => "This is spam"
click_on "Create Report"