From e0e94a3fdbfc6b6da42aaf4481e014a404cc97fd Mon Sep 17 00:00:00 2001 From: Kichan Kwon Date: Mon, 30 Mar 2020 16:29:51 +0900 Subject: [PATCH] [Information][Manual][Non-ACR] Add missing bracket Change-Id: I51f652599e4fb0eb71e92c7c3350b6860c677dea 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 5c18280..ffaeb83 100755 --- a/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs +++ b/tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs @@ -217,7 +217,7 @@ namespace Tizen.System.Tests { [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "UsbTethering should be in disable mode")] [Step(1, "Click Run button")] - [Step(2, "Enable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 3(Enable) -> Select type 3(USB)"] + [Step(2, "Enable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 3(Enable) -> Select type 3(USB)")] [Step(3, "Enable USB Tethering on other devices: Settings-> Tethering -> USB tethering -> Enable")] public async Task UsbTetheringEnabled_CHECK_ENABLE() { if (SupportChecker.IsSupported("http://tizen.org/feature/network.tethering.usb")) @@ -245,7 +245,7 @@ namespace Tizen.System.Tests { [Precondition(2, "Packet data(Outbound) should be enabled. If you can't, please click Pass button after clicking Run button")] [Precondition(3, "UsbTethering should be already enabled")] [Step(1, "Click Run button")] - [Step(2, "Disable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 4(Disable)"] + [Step(2, "Disable USB Tethering on MCD Wearable device: Install capi-network-tethering-tool -> Run tethering_test on console -> Select menu 1(Create) -> Select menu 4(Disable)")] [Step(3, "Disable USB Tethering on other devices: Settings-> Tethering -> USB tethering -> Disable")] public async Task UsbTetheringEnabled_CHECK_DISABLE() { if (SupportChecker.IsSupported("http://tizen.org/feature/network.tethering.usb")) -- 2.7.4