-
Task
-
Resolution: Unresolved
-
Minor
-
None
In https://github.com/jenkinsci/jenkins/pull/4835/files#diff-df2e4725157a32efaf285487dbc9accbR33 the tab + changed from a "" to an image. Therefore as of Jenkins 2.246 ATH test plugins.FolderPluginTest.folderViewsTest fails because now this piece of code doesn't remove the "" tab:
This code should change to remove the last tab if it's "" (blank) or similar.
Recommended approach
Change the code of getViewTabs to work with versions before 2.246 ("+") and after including 2.246 ("").
Acceptance Criteria
- Fix the ATH failure for this test