From e5157101a6d4c9687a49f1fee9f9373509af2828 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Vostr=CC=8Cel?= Date: Fri, 2 Dec 2011 20:52:27 +0100 Subject: [PATCH] Updated test with no-annotations-wrapper fact. #36 --- test/unit/annotations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/annotations.js b/test/unit/annotations.js index e9507bd4..6189ac68 100644 --- a/test/unit/annotations.js +++ b/test/unit/annotations.js @@ -172,7 +172,7 @@ var frame= $reel.data('frame') ok( frame, 'Instance stopped at frame '+frame); - ok( $('#image-reel .reel-annotations').attr('class').match(/frame-[0-9]+/), 'The annotations wrapper carries frame-'+frame+' class name'); + ok( $('#image-reel').attr('class').match(/frame-[0-9]+/), 'The instance wrapper carries frame-'+frame+' class name'); start(); }, 123); });