-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fad2ff3
commit d25590d
Showing
2 changed files
with
1 addition
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,9 +52,3 @@ Feature: Create Shelter | |
When I create a shelter with a name "name", email "[email protected]" and phone "123123123" and location "location" | ||
Then The response code is 409 | ||
And There is 1 Shelter created | ||
|
||
Scenario: Create a shelter with invalid email | ||
Given I login as "admin" with password "password" | ||
When I create a shelter with a name "name", email "shelter@sample" and phone "123123123" and location "location" | ||
Then The response code is 500 | ||
And There is 0 Shelter created |