From: Kichan Kwon Date: Tue, 8 Oct 2019 08:38:47 +0000 (+0900) Subject: [Information][Manual][Non-ACR] Clarify vibration test guide X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0ca9981d3c84cd0b2ec51797e2a16491e66e29bd;p=test%2Ftct%2Fcsharp%2Fapi.git [Information][Manual][Non-ACR] Clarify vibration test guide Change-Id: I505fd69d802e51ebfad41cb4369869c1618c4fb0 Signed-off-by: Kichan Kwon --- diff --git a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs index 8a081323b..295d231b0 100755 --- a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs +++ b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs @@ -374,7 +374,7 @@ namespace Tizen.System.Tests { [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "Vibration should be in disable mode")] [Step(1, "Click Run button")] - [Step(2, "Enable Vibration : Home screen -> Drop down menu -> Sound -> Enable Vibrate")] + [Step(2, "Enable Vibration : Open Quick panel -> Toggle sound button until it is in vibrate mode")] public async Task VibrationEnabled_CHECK_ENABLE() { if (!SupportChecker.IsTV()) { @@ -399,7 +399,7 @@ namespace Tizen.System.Tests { [Property("AUTHOR", "Sehaj Singh Kalra, sehaj.kalra@samsung.com")] [Precondition(1, "Vibration should be already enabled")] [Step(1, "Click Run button")] - [Step(2, "Disable Vibration : Home screen -> Drop down menu -> Sound -> Disable Vibrate")] + [Step(2, "Disable Vibration : Open Quick panel -> Toggle sound button until it is in silent mode")] public async Task VibrationEnabled_CHECK_DISABLE() { if (!SupportChecker.IsTV()) {