aboutsummaryrefslogtreecommitdiff
path: root/test/test-markdown-element-attributes.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/test-markdown-element-attributes.js')
-rw-r--r--test/test-markdown-element-attributes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-markdown-element-attributes.js b/test/test-markdown-element-attributes.js
index 4541077..10a2503 100644
--- a/test/test-markdown-element-attributes.js
+++ b/test/test-markdown-element-attributes.js
@@ -19,7 +19,7 @@ Reveal.addEventListener( 'ready', function() {
});
test( 'Attributes on element list items in vertical slides', function() {
- strictEqual( document.querySelectorAll( '.reveal .slides section>section li.fragment.roll-in' ).length, 3, 'found a vertical slide with three list items with class fragment.roll-in' );
+ strictEqual( document.querySelectorAll( '.reveal .slides section>section li.fragment.grow' ).length, 3, 'found a vertical slide with three list items with class fragment.grow' );
});
test( 'Attributes on element paragraphs in horizontal slides', function() {