From 6079852d9e5beaed49b6a95f1196e5e83300654c Mon Sep 17 00:00:00 2001 From: dyamy-lee Date: Wed, 5 Oct 2022 16:00:08 +0900 Subject: [PATCH] [STT][Non-ACR] In case of Emulator, it couldn't disable Wifi. So, mark pass on Emulator about Error Event Check Change-Id: I0c71367ce907cf6c4065928d02c663f4b0f5f29e --- .../Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs index 573efcf..a9a9528 100755 --- a/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs +++ b/tct-suite-vs/Tizen.Stt.Manual.Tests/testcase/TSErrorOccurredEventArgs.cs @@ -29,7 +29,7 @@ namespace Tizen.Uix.Stt.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - [Precondition(1, "Enable Wifi")] + [Precondition(1, "Enable Wifi. (Can not test on Emulator. Please mark pass on Emulator.)")] [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Once Start Recording Button Appears, Disable Wifi")] @@ -55,7 +55,7 @@ namespace Tizen.Uix.Stt.Tests [Property("SPEC_URL", "-")] [Property("CRITERIA", "PRO")] [Property("AUTHOR", "Manish Rathod, manish.r@samsung.com")] - [Precondition(1, "Enable Wifi")] + [Precondition(1, "Enable Wifi. (Can not test on Emulator. Please mark pass on Emulator.)")] [Precondition(2, "Ensure 'Samsung ASR N66' is selected as a preferred engine in settings. (In case of TV, ignore this precondition)")] [Step(1, "Tap the Run button. If Stt feature is not supported, TC will automatically pass.")] [Step(2, "Once Start Recording Button Appears, Disable Wifi")] -- 2.7.4