Skip to content

Commit

Permalink
added timeouts between selenium commands for pastecode functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgencur authored and pmuir committed Aug 25, 2010
1 parent 32d2815 commit bfcb180
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -92,6 +92,7 @@ public class PasteCodeTest extends AbstractTestCase
@BeforeMethod
public void openStartURL() throws MalformedURLException
{
selenium.setSpeed(200);
selenium.open(new URL(contextPath.toString() + MAIN_PAGE));
}

Expand Down

0 comments on commit bfcb180

Please sign in to comment.