Commit 945f6e4efa81d87077a0a105e149a7771d7ff421
1 parent
5fd2c900
Exists in
colab
and in
4 other branches
Fixed acceptance tests after range translation
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/views/kalibro_configurations/edit.html.erb
features/kalibro_range/create.feature
| ... | ... | @@ -49,7 +49,7 @@ Feature: Create Kalibro Range |
| 49 | 49 | And I should see "End" |
| 50 | 50 | And I should see "Comments" |
| 51 | 51 | And I should see "You must have Readings within your associated Reading Group to create a new Range." |
| 52 | - When I click the Create New Reading link | |
| 52 | + When I click the Create Reading link | |
| 53 | 53 | Then I should be at the New Reading page |
| 54 | 54 | And I should see "Label" |
| 55 | 55 | And I should see "Grade" | ... | ... |