Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis-Maxime Piton <louismaxime.piton@orange.com>2021-12-02 13:01:11 +0300
committerGitHub <noreply@github.com>2021-12-02 13:01:11 +0300
commitd8999dd5666336dcf6976cc65bc0d562a4baec5a (patch)
treef085870113e1b95891b664974dbc2665cf16905b /js/tests/unit/tab.spec.js
parent385fea49e8a7c83f2e9655cd9453256aef254aaa (diff)
Tests: Minor fixes (#35455)
Diffstat (limited to 'js/tests/unit/tab.spec.js')
-rw-r--r--js/tests/unit/tab.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tab.spec.js b/js/tests/unit/tab.spec.js
index 43d20438eb..bafa085526 100644
--- a/js/tests/unit/tab.spec.js
+++ b/js/tests/unit/tab.spec.js
@@ -114,7 +114,7 @@ describe('Tab', () => {
fixtureEl.innerHTML = [
'<nav class="nav">',
' <button type="button" data-bs-target="#home" role="tab">Home</button>',
- ' <button type="button" id="triggerProfile" data-bs-target="#profile" role="tab">Profile</a>',
+ ' <button type="button" id="triggerProfile" data-bs-target="#profile" role="tab">Profile</button>',
'</nav>',
'<div>',
' <div id="home" role="tabpanel"></div>',