Commit f6ff736a authored by XhmikosR's avatar XhmikosR
Browse files

Change test description so that it's unique

Showing with 1 addition and 1 deletion
+1 -1
...@@ -60,7 +60,7 @@ $(function () { ...@@ -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>' +
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment