aboutsummaryrefslogtreecommitdiffstats
path: root/spec/features
diff options
context:
space:
mode:
authorjpl2017-02-20 17:40:29 +0100
committerjpl2017-02-20 17:40:29 +0100
commitfb8a0264955d38af47dd5a066426651d8894b047 (patch)
treefd86d01c9b82a2bf756d654f397d82f91745b7a7 /spec/features
parent4443dd3896c99349ff24b3ea78234572a09c1869 (diff)
downloadchouette-core-fb8a0264955d38af47dd5a066426651d8894b047.tar.bz2
Fix stuff
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/line_footnotes_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/line_footnotes_spec.rb b/spec/features/line_footnotes_spec.rb
index 1209e96b0..0273ee288 100644
--- a/spec/features/line_footnotes_spec.rb
+++ b/spec/features/line_footnotes_spec.rb
@@ -29,7 +29,7 @@ describe 'Line Footnotes', type: :feature do
context 'user has permission to edit footnotes' do
it 'shows edit link for footnotes' do
- expect(page).to have_content(I18n.t('lines.actions.edit_footnotes'))
+ expect(page).to have_content(I18n.t('actions.edit'))
end
end