Skip to content
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

selenium errors running test #78

Open
dingfelder opened this issue Aug 20, 2017 · 1 comment
Open

selenium errors running test #78

dingfelder opened this issue Aug 20, 2017 · 1 comment

Comments

@dingfelder
Copy link

Hi - I've downloaded the project from Git, and when I try and run the build to see the example test run, I get selenium errors, just wondering if anyone has a solution?

C:\Users\Admin\git\bdd-security>gradlew -Dcucumber.options="--tags @authentication --tags ~@Skip"

Task :test

net.continuumsecurity.junit.SecurityTest > Scenario: Passwords should be case sensitive.When the default user logs in FA
ILED
org.openqa.selenium.NoSuchElementException: Expected condition failed: waiting for visibility of element located by
By.id: username (tried for 10 second(s) with 500 MILLISECONDS interval)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.5.1', revision: '9c21bb67ef', time: '2017-08-17T15:26:08.955Z'
System info: host: 'READINGTESTVM', ip: '10.0.2.15', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java
.version: '1.8.0_144'
Driver info: driver.version: unknown

net.continuumsecurity.junit.SecurityTest > Scenario: Passwords should be case sensitive.classMethod FAILED
org.openqa.selenium.NoSuchElementException: Expected condition failed: waiting for visibility of element located by
By.id: username (tried for 10 second(s) with 500 MILLISECONDS interval)
For documentation on this error, please visit: http://seleniumhq.org/exceptions/no_such_element.html
Build info: version: '3.5.1', revision: '9c21bb67ef', time: '2017-08-17T15:26:08.955Z'
System info: host: 'READINGTESTVM', ip: '10.0.2.15', os.name: 'Windows 7', os.arch: 'amd64', os.version: '6.1', java
.version: '1.8.0_144'
Driver info: driver.version: unknown

@CustosClarus
Copy link

I got same error, were you able to solve?

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