diff options
| author | jpl | 2017-03-17 13:05:00 +0100 |
|---|---|---|
| committer | jpl | 2017-03-17 13:05:12 +0100 |
| commit | 8504bcdd0f643ce2f07a7de38f1747cdfcb7fdb5 (patch) | |
| tree | 077d777483a1106606086dd97d119dd9a507806c /spec | |
| parent | e95ef1aaa9676e6e1e20944bab34bc9e9062ee71 (diff) | |
| download | chouette-core-8504bcdd0f643ce2f07a7de38f1747cdfcb7fdb5.tar.bz2 | |
Refs #2859: fixing wording issues
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/features/workbenches_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/workbenches_spec.rb b/spec/features/workbenches_spec.rb index 1b3886985..068c382d6 100644 --- a/spec/features/workbenches_spec.rb +++ b/spec/features/workbenches_spec.rb @@ -29,7 +29,7 @@ describe 'Workbenches', type: :feature do it "create a new Referential with a specifed line and period" do visit workbench_path(workbench) - click_link "Ajouter un jeu de données" + click_link "Créer un jeu de données" fill_in "referential[name]", with: "Referential to test creation" # Nom du JDD fill_in "referential[slug]", with: "test" # Code |
