From a49e7b38a0d6c4871568b402aea6a37c490bafa8 Mon Sep 17 00:00:00 2001 From: Haesu Gwon Date: Thu, 6 Oct 2022 11:26:52 +0900 Subject: [PATCH] [Multimedia.Manual][Non-ACR] Fix wrong test description Change-Id: Ia2509391b5a876b8950fdf0611d5555b02945b79 --- .../Tizen.Multimedia.Manual.Tests/testcase/Player/TSPlayer.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Player/TSPlayer.cs b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Player/TSPlayer.cs index 7b02a50..71eaa96 100644 --- a/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Player/TSPlayer.cs +++ b/tct-suite-vs/Tizen.Multimedia.Manual.Tests/testcase/Player/TSPlayer.cs @@ -156,7 +156,7 @@ namespace Tizen.Multimedia.Tests private async Task LoopTest(int val) { /** - * Step1 : click start player starts and stops after 80 seconds + * Step1 : click start player starts and stops after 30 seconds * Step2 : click loop music will start again after the end of music. * Step3 : click unloop music will not start again. */ @@ -396,8 +396,8 @@ namespace Tizen.Multimedia.Tests [Property("CRITERIA", "PCST")] [Property("AUTHOR", "Gaurang Khanwalkar, g.khanwalkar@samsung.com")] [Precondition(1, "N/A")] - [Step(1, "Click run TC and click S, player starts and stops after 80 seconds")] - [Step(2, "Click L button after starting player and check if player is looping")] + [Step(1, "Click run TC and click S, player starts and stops after about 30 seconds")] + [Step(2, "Click L button after starting player (while playing) and check if player is looping")] [Step(3, "Click UL button and check if player is not looping")] [Postcondition(1, "N/A")] public async Task Loop_MANUAL_TEST() -- 2.7.4