diff options
| author | XhmikosR <[email protected]> | 2020-11-27 14:15:45 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-09-15 15:44:20 +0300 |
| commit | f6ff736a59bc9e8de8f95f23deca94af945697da (patch) | |
| tree | 8cffe11796f1f646aec60471f82a485a2ad00b2e | |
| parent | 77e0855e5e22cb0c1e78e7792662167594005758 (diff) | |
| download | bootstrap-f6ff736a59bc9e8de8f95f23deca94af945697da.tar.xz bootstrap-f6ff736a59bc9e8de8f95f23deca94af945697da.zip | |
Change test description so that it's unique
| -rw-r--r-- | js/tests/unit/tab.js | 2 |
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>' + |
