Created
June 10, 2014 13:36
-
-
Save topgenorth/636a0093cb1c52cfed04 to your computer and use it in GitHub Desktop.
clear_test error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Scenario: Change the task name # features/edit_task.feature:6 | |
The user should be able to change the name of task. | |
When I change the name to "Learn iOS programming" # features/step_definitions/edit_task_steps.rb:1 | |
undefined method `clear_text' for #<Object:0x007fc709945778> (NoMethodError) | |
./features/android/pages/task_details_screen_android.rb:35:in `change_name' | |
./features/step_definitions/edit_task_steps.rb:2:in `/^I change the name to "(.*?)"$/' | |
features/edit_task.feature:9:in `When I change the name to "Learn iOS programming"' | |
Then I should be on the TaskyPro screen # features/step_definitions/tasky_steps.rb:29 | |
And I should see the "Learn iOS programming" task in the list # features/step_definitions/tasky_steps.rb:33 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment