Skip to content

Commit f6ff736

Browse files
committed
Change test description so that it's unique
1 parent 77e0855 commit f6ff736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tests/unit/tab.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $(function () {
6060
assert.strictEqual($('#qunit-fixture').find('.active').attr('id'), 'home')
6161
})
6262

63-
QUnit.test('should activate element by tab id', function (assert) {
63+
QUnit.test('should activate element by tab id (.nav-pills)', function (assert) {
6464
assert.expect(2)
6565
var pillsHTML = '<ul class="nav nav-pills">' +
6666
'<li><a href="#home">Home</a></li>' +

0 commit comments

Comments
 (0)