From e9afb69949c4bfb737f60817b2cb285039708122 Mon Sep 17 00:00:00 2001 From: atir11122 Date: Tue, 18 Dec 2018 02:40:51 +0500 Subject: [PATCH] Enter your name placeholder change in article (#29323) --- guide/english/agile/acceptance-testing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/agile/acceptance-testing/index.md b/guide/english/agile/acceptance-testing/index.md index 7532dc71c1..a15f3487bc 100644 --- a/guide/english/agile/acceptance-testing/index.md +++ b/guide/english/agile/acceptance-testing/index.md @@ -137,7 +137,7 @@ You can write Acceptance Tests for each of these sub-features of the bigger dial - Given that the page is opened - The dialog box should be visible, - The dialog box should contain an input box, and - - The input box should have placeholder text "Your name, please!" + - The input box should have placeholder text "Enter your name, please!" - The dialog box shoud contain a "Submit" button ### Notes