Skip to content

Selenium problems #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
webdeveloperfront opened this issue Feb 22, 2016 · 1 comment
Open

Selenium problems #19

webdeveloperfront opened this issue Feb 22, 2016 · 1 comment

Comments

@webdeveloperfront
Copy link

Hello i got the boot, and following your examples, i had one problem on chapter 5 , Selenium test's.

this is the error that i had:

Starting ChromeDriver 2.21.371459 (36d3d07f660ff2bc1bf28a75d1cdabed0983e7c4) on port 3483
Only local connections are allowed.
[info] SeleniumSpec:
[info] Home page
[info] - should redirect to kitten list *** FAILED ***
[info]   "http://localhost:4444/" did not start with substring "http://localhost:4444/kittens" (SeleniumSpec.scala:22)
[info] - should show three dropdown lists of attributes in sorted order *** FAILED ***
[info]   0 was not equal to 20 (SeleniumSpec.scala:28)
[info] Run completed in 5 seconds, 995 milliseconds.
[info] Total number of tests run: 2
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 0, failed 2, canceled 0, ignored 0, pending 0
[info] *** 2 TESTS FAILED ***

I have Selenium running also and working on port 4444 with 👍
selenium-server -port 4444

What is wrong ?

Thanks

@matthewfarwell
Copy link
Collaborator

You shouldn't need to start a selenium server yourself. Can you see anything when chrome opens?

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

No branches or pull requests

2 participants