Skip to content

Commit

Permalink
AlexeiBarantsev: Correcting order of rules.
Browse files Browse the repository at this point in the history
r18297
  • Loading branch information
barancev committed Dec 11, 2012
1 parent 5ce272f commit 2fe0058
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ protected void before() throws Throwable {

@Rule
public TestRule chain =
RuleChain.outerRule(addNecessaryJavascriptCommands)
RuleChain.outerRule(initializeSelenium)
.around(returnFocusToMainWindow)
.around(initializeSelenium);
.around(addNecessaryJavascriptCommands);

@After
public void checkVerifications() {
Expand Down

0 comments on commit 2fe0058

Please sign in to comment.