Change test description so that its unique
This commit is contained in:
parent
9df5e639d6
commit
2fc3b3d5e0
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ $(function () {
|
|||
assert.strictEqual($('#qunit-fixture').find('.active').attr('id'), 'home')
|
||||
})
|
||||
|
||||
QUnit.test('should activate element by tab id', function (assert) {
|
||||
QUnit.test('should activate element by tab id (.nav-pills)', function (assert) {
|
||||
assert.expect(2)
|
||||
var pillsHTML = '<ul class="nav nav-pills">' +
|
||||
'<li><a href="#home">Home</a></li>' +
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue