Skip to content

Commit cf532ae

Browse files
committed
Merge pull request civicrm#28 from kurund/CRM-13003
CRM-13003, upgraded selenium server to 2.35.0, which fixes issues with F...
2 parents d100f9b + 4dbdd74 commit cf532ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SeleniumRC/selenium.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

33
# Run selenium server with custom browser profile.
4-
echo; echo "Runnning selenium-server-2.34.0 "; echo;
5-
java -jar selenium-server/selenium-server-standalone-2.34.0.jar -firefoxProfileTemplate BrowserProfiles/firefox/
4+
echo; echo "Runnning selenium-server-2.35.0 "; echo;
5+
java -jar selenium-server/selenium-server-standalone-2.35.0.jar -firefoxProfileTemplate BrowserProfiles/firefox/

0 commit comments

Comments
 (0)