Fixed capitalization (#22282)

pull/21678/head^2
Larry Greene 2018-11-19 03:01:10 +00:00 committed by Christopher McCormack
parent c861c03f9d
commit 4c0a7b95c6
1 changed files with 3 additions and 3 deletions

View File

@ -114,9 +114,9 @@ There are multiple scenarios here such as:
You can write Acceptance Tests for each of these sub-features of the bigger dialog box feature. Aside from the code that handles the infrastructure of how the test will be executed, your test for the first scenario could look like (in pseudocode):
- Given that the page is opened
- The dialog box should be visible
- And The dialog box should contain an input box
- And The input box should have placeholder text "Your name, please!"
- The dialog box should be visible
- And the dialog box should contain an input box
- And the input box should have placeholder text "Your name, please!"
### Notes