fix test
This commit is contained in:
		| @@ -462,9 +462,8 @@ | |||||||
| 					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-and-lanugage .hljs.javascript[data-line-numbers="1,2,3"]' ).length, 1 ); | 					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-line-highlights-and-lanugage .hljs.javascript[data-line-numbers="1,2,3"]' ).length, 1 ); | ||||||
| 				}); | 				}); | ||||||
| 				 | 				 | ||||||
| 				 |  | ||||||
| 				QUnit.test( '```block should allow custom fragment', function( assert ) { | 				QUnit.test( '```block should allow custom fragment', function( assert ) { | ||||||
| 					assert.strictEqual( deck5.getRevealElement().querySelectorAll( '.with-code-in-fragment pre.fragment' ).length, 1 ); | 					assert.strictEqual( deck6.getRevealElement().querySelectorAll( '.with-code-in-fragment pre.fragment' ).length, 1 ); | ||||||
| 				}); | 				}); | ||||||
|  |  | ||||||
| 			} ); | 			} ); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user