To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSearch
In order to see a word definition
As a website user
I need to be able to search for a word
- Scenarios
-
- Searching for a page that does exist
-
- Given
- I am on "/wiki/Main_Page"
- When
- I fill in "search" with "Behavior Driven Development"
- And
- I press "searchButton"
- Then
- I should see "agile software development"
- Searching for a page that does NOT exist
-
- Given
- I am on "/wiki/Main_Page"
- When
- I fill in "search" with "Glory Driven Development"
- And
- I press "searchButton"
- Then
- I should see "Search results"
Last published over 5 years ago by Hellish.