Skip to content

Commit

Permalink
First attempt to fix failing cucumber specs. #24
Browse files Browse the repository at this point in the history
  • Loading branch information
lennerd committed Oct 5, 2015
1 parent a42e070 commit 5e0df3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion features/create.feature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Feature: Create a new node via website
In order to get new data for wheelmpa
In order to get new data for wheelmap
As a registered user
I want to be able to create a new poi

Expand Down
12 changes: 6 additions & 6 deletions features/update.feature
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Feature: Find, update and create nodes via API
And I am on that poi's page
When I follow "Bearbeiten"
When I fill in the following:
| Straße | Hühnerpfad |
| Nr | 99 |
| PLZ | 11122 |
| Ort | Wienerwald |
| Webseite | http://wienerwald.de |
| Telefon | 0800 wienerwald |
| node_street | Hühnerpfad |
| node_housenumber | 99 |
| node_postcode | 11122 |
| node_city | Wienerwald |
| node_website | http://wienerwald.de |
| node_phone | 0800 wienerwald |
And I press "Speichern"
And I am on that poi's page
And an update tags job has been enqueued with element_id: 345, type: "node" and tags
Expand Down

0 comments on commit 5e0df3c

Please sign in to comment.