aboutsummaryrefslogtreecommitdiff
path: root/tests/behat/edit.feature
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2018-01-03 08:20:16 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2018-01-03 08:20:16 +0100
commit9b2f0f10f7e220e804e0c6d60a6d727934260b23 (patch)
tree24c0c72cadc4473a0e563e5d6dfb587a0d80243b /tests/behat/edit.feature
parent0651447406bca3ce35d05bbd7fe8cfd1151c2232 (diff)
Wrong button id in Behat test
Diffstat (limited to 'tests/behat/edit.feature')
-rw-r--r--tests/behat/edit.feature2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/behat/edit.feature b/tests/behat/edit.feature
index 642440d..df400ad 100644
--- a/tests/behat/edit.feature
+++ b/tests/behat/edit.feature
@@ -36,7 +36,7 @@ Feature: Test editing an Algebra question
And I press "id_submitbutton"
Then I should see "Edited algebra-001 name"
When I click on "Edit" "link" in the "Edited algebra-001 name" "table_row"
- And I press "id_addvariables"
+ And I press "id_addanswers"
And I set the following fields to these values:
| id_answer_1 | 6*x |
| id_fraction_1 | 10% |