Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Using chrome instead of firefox for webdriver. #413

Closed
wants to merge 2 commits into from

Conversation

avandeursen
Copy link
Contributor

Firefox 47 does not play well with webdriver 2.53:
http://stackoverflow.com/questions/37693106/selenium-2-53-not-working-on-firefox-47

Switched to chrome instead of downgrading my firefox to 46. (you may have to (brew) install chromedriver)

For me two tests fail at the moment, both related to setting the state in the DeliveryReviewView.

AssignmentReviewTest.testReviewForm:64 » NoSuchElement No value present
AssignmentReviewTest.testSubmitReview:79 » NoSuchElement No value present

@avandeursen
Copy link
Contributor Author

And we should update the .travis.yml to download chromedriver too.

@avandeursen
Copy link
Contributor Author

The two tests failing for chrome have been fixed in #414, and now work for FF and Chrome.

@avandeursen
Copy link
Contributor Author

Getting travis to use chrome maybe a bit more involved than I thought.

And the tests work well with Firefox 46, so I propose to close this PR for now.

@jwgmeligmeyling
Copy link
Member

Seems a bit complicated indeed. Linking to the related issue on the Travis tracker: travis-ci/travis-ci#272 (comment) . Lets not remove the branch for future reference, maybe some developers want to use it in their personal configuration.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants