[Information][Manual][Non-ACR] Add missing bracket 89/229189/2
authorKichan Kwon <k_c.kwon@samsung.com>
Mon, 30 Mar 2020 07:29:51 +0000 (16:29 +0900)
committerKichan Kwon <k_c.kwon@samsung.com>
Mon, 30 Mar 2020 07:33:28 +0000 (16:33 +0900)
Change-Id: I51f652599e4fb0eb71e92c7c3350b6860c677dea
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
tct-suite-vs/Tizen.Information.Manual.Tests/testcase/TSInformation.cs

index 5c18280..ffaeb83 100755 (executable)
@@ -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"))