update section capitalization

master
Matthew Meyer 2016-12-09 00:53:55 +00:00
parent 76e308ea8d
commit eb85050ef1
1 changed files with 4 additions and 4 deletions

View File

@ -14,8 +14,8 @@
"section_order": [
"Navigating",
"Clicking links and buttons",
"Interacting with forms",
"Clicking Links and Buttons",
"Interacting with Forms",
"Querying",
"Finding"
],
@ -39,7 +39,7 @@
"val": "Check current path matches a value"
}
],
"Clicking links and buttons": [
"Clicking Links and Buttons": [
{
"key": "click_link('id-of-link')",
"val": "Click link with a given ID"
@ -57,7 +57,7 @@
"val": "Click on either link or button containing some text"
}
],
"Interacting with forms": [
"Interacting with Forms": [
{
"key": "fill_in('input_name', with: 'text for the input')",
"val": "Fill input with text"