Skip to content

Commit

Permalink
Merge pull request #1121 from jenkinsci/dependabot/maven/edu.hm.hafne…
Browse files Browse the repository at this point in the history
…r-codingstyle-pom-2.12.0

Bump codingstyle-pom from 2.11.0 to 2.12.0
  • Loading branch information
uhafner authored Nov 23, 2021
2 parents 6b54e84 + e14e4d9 commit a1b20de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle-pom</artifactId>
<version>2.11.0</version>
<version>2.12.0</version>
<relativePath/>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ public class DashboardTable extends PageObject {
* @param url
* the type of the result page (e.g. simian, checkstyle, cpd, etc.)
*/
@SuppressFBWarnings("MC")
public DashboardTable(final Build parent, final URL url) {
super(parent, url);

open();
open(); // TODO: the view should be already open when calling this constructor

WebElement page = this.getElement(by.tagName("body"));
List<WebElement> rows = page.findElements(by.tagName("table")).stream()
Expand Down

0 comments on commit a1b20de

Please sign in to comment.