Skip to content

Commit

Permalink
Minor tweaks doesn't work though
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Dec 3, 2021
1 parent 5f6fccf commit 0d470d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions war/src/test/js/widgets/config/freestyle-config-tabbed.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="row-set-end row-group-end tr" nameref="rowSetStart24"></div>

<div class="tr">
<div colspan="4">
<div class="jenkins-section">
<div class="jenkins-section__title"><a id="section0" class="section-anchor">#</a>Advanced Project Options</div>
</div>
</div>
Expand Down Expand Up @@ -122,7 +122,7 @@
</div>
<div style="display:none" class="tr row-set-end radio-block-end row-group-end"></div>
<div class="tr">
<div colspan="4">
<div class="jenkins-section">
<div class="jenkins-section__title"><a id="section2" class="section-anchor">#</a>Build Triggers</div>
</div>
</div>
Expand All @@ -134,7 +134,7 @@
</div>
</div>
<div class="tr">
<div colspan="4">
<div class="jenkins-section">
<div class="jenkins-section__title"><a id="section3" class="section-anchor">#</a>Build</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion war/src/test/js/widgets/config/tabbar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ describe("tabbar-spec tests", function () {

// Only 3 tabs should be visible
// (used to be 4 before the merge/adopt)...
expect($('.tab', tabBar).length).toBe(3);
expect(textCleanup($('.tab', tabBar).text())).toBe('General|#Build Triggers|#Build');

// And if we try to use the finder now to find something
Expand Down

0 comments on commit 0d470d8

Please sign in to comment.