Skip to content

Commit

Permalink
Fixing imports in WebDriver Backed formatter (IDE). Fixes issue 7206
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Apr 11, 2014
1 parent 83fee79 commit e717e86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ options.header =
"import com.thoughtworks.selenium.Selenium;\n" +
"import org.openqa.selenium.firefox.FirefoxDriver;\n" +
"import org.openqa.selenium.WebDriver;\n" +
"import org.openqa.selenium.WebDriverBackedSelenium;\n" +
"import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium;\n" +
"import org.junit.After;\n" +
"import org.junit.Before;\n" +
"import org.junit.Test;\n" +
Expand Down

0 comments on commit e717e86

Please sign in to comment.