Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
f6ff736a
Commit
f6ff736a
authored
4 years ago
by
XhmikosR
Browse files
Options
Download
Email Patches
Plain Diff
Change test description so that it's unique
parent
77e0855e
v4-dev-dropdown-hide-method
v4-dev
v4.6.2
v4.6.1
1 merge request
!36532
My v4 dev
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/tests/unit/tab.js
+1
-1
js/tests/unit/tab.js
with
1 addition
and
1 deletion
+1
-1
js/tests/unit/tab.js
+
1
-
1
View file @
f6ff736a
...
@@ -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>
'
+
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets