fix js test
This commit is contained in:
Родитель
87ae9f1cfe
Коммит
cd4b54ad15
|
@ -72,7 +72,7 @@ test('Generated HTML tags', function() {
|
|||
var $results = this.results,
|
||||
$sel = $results.find('.wrap p a.sel');
|
||||
equal($sel.length, 1);
|
||||
equal($sel.find('b').length, 0);
|
||||
equal($sel.find('b').length, 1);
|
||||
equal($results.find('.wrap ul').length, 1);
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче