diff options
author | Chris Lawrence | 2015-10-02 20:47:19 -0400 |
---|---|---|
committer | Chris Lawrence | 2015-10-02 20:47:19 -0400 |
commit | 69104e8e04c14ac91d396a41e0c05351ec2a96bf (patch) | |
tree | b95b95b20746a2a4d93fec64c4c4b10e6be85123 /test/test-markdown-element-attributes.js | |
parent | 54082a8d76e8c12bb5b424f7ff21644632f054aa (diff) | |
parent | 01c55d4cf6ff60772be8a86320c4a5bcd7719a05 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'test/test-markdown-element-attributes.js')
-rw-r--r-- | test/test-markdown-element-attributes.js | 2 |
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() { |