aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-27 14:15:45 +0200
committerXhmikosR <[email protected]>2021-09-15 15:44:20 +0300
commitf6ff736a59bc9e8de8f95f23deca94af945697da (patch)
tree8cffe11796f1f646aec60471f82a485a2ad00b2e
parent77e0855e5e22cb0c1e78e7792662167594005758 (diff)
downloadbootstrap-f6ff736a59bc9e8de8f95f23deca94af945697da.tar.xz
bootstrap-f6ff736a59bc9e8de8f95f23deca94af945697da.zip
Change test description so that it's unique
-rw-r--r--js/tests/unit/tab.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js
index e1d15c9b8..9ede231c5 100644
--- a/js/tests/unit/tab.js
+++ b/js/tests/unit/tab.js
@@ -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>' +