mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-24 06:03:10 +02:00
Change test description so that it's unique
This commit is contained in:
@@ -60,7 +60,7 @@ $(function () {
|
|||||||
assert.strictEqual($('#qunit-fixture').find('.active').attr('id'), 'home')
|
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)
|
assert.expect(2)
|
||||||
var pillsHTML = '<ul class="nav nav-pills">' +
|
var pillsHTML = '<ul class="nav nav-pills">' +
|
||||||
'<li><a href="#home">Home</a></li>' +
|
'<li><a href="#home">Home</a></li>' +
|
||||||
|
Reference in New Issue
Block a user