diff --git a/guide/english/agile/acceptance-testing/index.md b/guide/english/agile/acceptance-testing/index.md index e1712eacd0b..55a1358cf68 100644 --- a/guide/english/agile/acceptance-testing/index.md +++ b/guide/english/agile/acceptance-testing/index.md @@ -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