Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42581] Add comment clarifying first view.
  • Loading branch information
Evaristo Gutiérrez committed Mar 15, 2017
1 parent 033f31d commit be0ea7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/jenkinsci/test/acceptance/po/Folder.java
Expand Up @@ -111,6 +111,7 @@ public <T extends View> T selectView(final Class<T> type, final String viewName
tab.click();

if (i == 0) {
// First tab redirects to Folder's home page
return null;
} else {
return newInstance(type, injector, url("view/%s/", viewName));
Expand Down

0 comments on commit be0ea7f

Please sign in to comment.