fix syntax for blunt and flake

This commit is contained in:
Dan Drinkard
2013-07-29 17:35:24 -04:00
parent b5b6c48ce7
commit 5c4afa5c78
2 changed files with 3 additions and 3 deletions

View File

@@ -100,8 +100,8 @@ contact_form:
- Welfare
- Other
- click_on:
value: Submit
selector: "form.uniForm input[type='submit']"
- value: Submit
selector: "form.uniForm input[type='submit']"
success:
headers:
status: 200

View File

@@ -104,7 +104,7 @@ contact_form:
- Welfare
- click_on:
- value: Submit
- selector: "form.uniForm input[type='submit']"
selector: "form.uniForm input[type='submit']"
success:
headers:
status: 200