From 0ca9981d3c84cd0b2ec51797e2a16491e66e29bd Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Tue, 8 Oct 2019 17:38:47 +0900 Subject: [PATCH] [Information][Manual][Non-ACR] Clarify vibration test guide Change-Id: I505fd69d802e51ebfad41cb4369869c1618c4fb0 Signed-off-by: Kichan Kwon --- tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 8a08132..295d231 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()) { -- 2.7.4