Skip to content

Commit

Permalink
Removed outdated comments and old code
Browse files Browse the repository at this point in the history
  • Loading branch information
martingrossmann committed Sep 23, 2024
1 parent f944256 commit 19a3f07
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,9 @@ private List<Class<? extends AbstractPage>> collectAllSuperClasses() {
running = false;
}
}
/**
* Revert classes order to bottom up
* @todo Why? There is no reason
*/
//Collections.reverse(allClasses);
return allClasses;
}

/**
* Empty method to be overriden. Can perform some (additional) checks on page objects.
*/

@Override
abstract public WebDriver getWebDriver();

Expand Down

0 comments on commit 19a3f07

Please sign in to comment.