modify fastscroll tests failure case
authorheeju.joo <heeju.joo@samsung.com>
Wed, 21 Aug 2013 02:48:35 +0000 (11:48 +0900)
committerheeju.joo <heeju.joo@samsung.com>
Wed, 21 Aug 2013 02:48:35 +0000 (11:48 +0900)
tct-webuifw-tests/tests/unit-tests/fastscroll/fastscroll-tests.js

index 987fc66b50f6e5c05d3658e157f4117d9ed7dd9b..b4e41acd898964281aff66c301b3fd8b793b8efd 100644 (file)
@@ -23,7 +23,7 @@
 
                /* Shortcuts */
                for ( i = 0; i < divider.length; i++ ) {
-                       equal( $( divider[i] ).text(), $( shortcut[i] ).text(), "Opertaition test Shortcut");
+                       equal( $( divider[i] ).text(), $( shortcut[i+1] ).text(), "Opertaition test Shortcut");
                }
 
                /* indexString */