From f1519b3b3cefbdffab49f684f7b2b0168e904830 Mon Sep 17 00:00:00 2001 From: JoonghyunCho Date: Fri, 30 Apr 2021 10:54:31 +0900 Subject: [PATCH] [ElmSharp][Non-ACR] Fix typo in instruction Change-Id: I634dba8204f9428a42cfe99aed77dd6619be2391 --- tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSScroller.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSScroller.cs b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSScroller.cs index 2c05517..eb6ba1e 100755 --- a/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSScroller.cs +++ b/tct-suite-vs/Tizen.ElmSharp.Manual.Tests/testcase/TSScroller.cs @@ -674,7 +674,7 @@ namespace ElmSharp.Tests [Precondition(1, "NA")] [Step(1, "Tap on the Run button")] [Step(2, "Tap on Next button until the current index is not changed.")] - [Step(3, "If the crrent index is same as the last index, Press Pass; else Fail")] + [Step(3, "If the current index is same as the last index, Press Pass; else Fail")] [Postcondition(1, "NA")] public async Task LastHorizontalPageNumber_LOOK() { @@ -724,7 +724,7 @@ namespace ElmSharp.Tests [Precondition(1, "NA")] [Step(1, "Tap on the Run button")] [Step(2, "Tap on Next button until the current index is not changed.")] - [Step(3, "If the crrent index is same as the last index, Press Pass; else Fail")] + [Step(3, "If the current index is same as the last index, Press Pass; else Fail")] [Postcondition(1, "NA")] public async Task LastVerticalPageNumber_LOOK() { -- 2.7.4