[Power] Changed description for power tests 29/234029/5
authorPiotr Kosko <p.kosko@samsung.com>
Thu, 21 May 2020 07:07:37 +0000 (09:07 +0200)
committerPiotr Kosko <p.kosko@samsung.com>
Thu, 21 May 2020 07:38:08 +0000 (09:38 +0200)
Change-Id: Ieba7052e0c74140a925186d11a318005d81d577b
Signed-off-by: Piotr Kosko <p.kosko@samsung.com>
mobile/tct-behavior-tests/tests/Power/index.html
wearable/tct-behavior-tests/tests/Power/index.html

index ba3520f..878cd5b 100755 (executable)
@@ -54,15 +54,15 @@ Authors:
     <div data-role="footer" data-position="fixed" data-tap-toggle="false">
     </div>
     <div data-role="popup" id="popup_info">
-        <font style="font-size:85%">
-            <p>Check if the screen status is successfully changed</p>
+        <div style="font-size:85%">
+            <p>Check if the screen status is successfully changed after every step</p>
             <p>(Note: Response time varies depends on the system setting)</p><br>
-            <p>* Setting -> Display -> Backlight time : 15 Seconds<p>
-            <p>1. Click Turn SCREEN_OFF and check the screen is off immediately</p>
-            <p>2. Click Request SCREEN_DIM(After 15 second) : Check if the screen is dim. But Screen doesn't turn off</p>
-            <p>3. Click Request SCREEN_NORMAL(After 15 second) : Check if the screen doesn't dim and turn off</p>
-            <p>4. Click Release SCREEN(After 15 second) : Check the screen resource release(Screen is dim and turn off)</p>
-        </font>
+            <p>* Setting -> Display -> Screen Timeout: 15 Seconds</p>
+            <p>* Default screen behavior: NORMAL -> (after screen timeout) -> screen goes DIM -> (after a while) -> screen turns OFF</p>
+            <p>1. Click 'Request SCREEN_DIM' : Check if the screen becomes DIM within 15 seconds. The screen is stayed at DIM and not turned off. To restore the default screen behavior, click 'Release SCREEN'.</p>
+            <p>2. Click 'Request SCREEN_NORMAL' : Check if the screen is stayed at NORMAL even after 15 seconds. To restore the default screen behavior, click 'Release SCREEN'.</p>
+            <p>3. Click 'Turn SCREEN_OFF' and check if the screen is turned off immediately.</p>
+        </div>
     </div>
 </body>
 </html>
index c517c7e..2f151b8 100755 (executable)
@@ -55,14 +55,14 @@ Authors:
         </div>
         <div data-role="popup" id="popup_info">
             <div style="font-size:85%">
-                <p>Check if the screen status is successfully changed</p>
+                <p>Check if the screen status is successfully changed after every step</p>
                 <p>(Note: Response time varies depends on the system setting)</p><br>
-                <p>* Setting -> Display -> Backlight time : 15 Seconds<p>
-                <p>1. Click Request SCREEN_DIM(After 15 second) : Check if the screen is dim. But Screen doesn't turn off</p>
-                <p>2. Click Request SCREEN_NORMAL(After 15 second) : Check if the screen doesn't dim and turn off</p>
-                <p>3. Click Release SCREEN(After 15 second) : Check the screen resource release(Screen is dim and turn off)</p>
-                <p>4. Click Turn SCREEN_OFF and check the screen is off immediately</p>
-            </div>
+                <p>* Setting -> Display -> Screen Timeout: 15 Seconds</p>
+                <p>* Default screen behavior: NORMAL -> (after screen timeout) screen is turned OFF</p>
+                <p>* Wearable profile does not have DIM state, so you do not need to test DIM.</p>
+                <p>1. Click 'Request SCREEN_NORMAL' : Check if the screen is stayed at NORMAL even after 15 seconds. To restore the default screen behavior, click 'Release SCREEN'.</p>
+                <p>2. Click 'Turn SCREEN_OFF' and check if the screen is turned off immediately.</p>
+                </div>
         </div>
     </body>
 </html>