Glorifind

Untitled

Sep 3rd, 2015
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. #language en
  2. Feature: Search for all places in Chorzow
  3.  
  4. Background: I choose city to see all available places
  5. When I enter "Chorzów" into input
  6. Then I touch show
  7. Then I should see list of places
  8.  
  9. Scenario: I want to see Artystyczne subcategory
  10. Given I see list of places
  11. Then I choose category:
  12. | Artystyczne |
  13. | Językowe |
  14. | Komputery i robotyka |
  15. | Korepetycje |
  16. | Medyczne |
  17. | Praktyczno-techniczne |
  18. | Rozrywkowe |
  19. | Rozwijające |
  20. | Sportowe |
  21. | Taneczne |
  22. | Pozostałe |
  23. Then I should see list of all sub-categories
Advertisement
Add Comment
Please, Sign In to add comment