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

amazon example from getting started not passing in firefox #12

Open
afknapping opened this issue May 22, 2014 · 6 comments
Open

amazon example from getting started not passing in firefox #12

afknapping opened this issue May 22, 2014 · 6 comments
Assignees
Labels

Comments

@afknapping
Copy link

$ dalek test/my_first_test.js -b chrome,firefox -r console,html
Running tests
Running Browser: Google Chrome
OS: Mac OS X 10.9.2 x86_64
Browser Version: 34.0.1847.137

RUNNING TEST - "Amazon does its thing"
▶ OPEN http://www.amazon.com/
▶ TYPE #twotabsearchtextbox
▶ CLICK .nav-submit-input
▶ WAITFORELEMENT 
✔ TEXT 
✔ 1 Assertions run
✔ TEST - "Amazon does its thing" SUCCEEDED
Running Browser: Mozilla Firefox
OS: Darwin unknown x86_64
Browser Version: 29.0.1

RUNNING TEST - "Amazon does its thing"
▶ OPEN http://www.amazon.com/
▶ TYPE #twotabsearchtextbox
▶ CLICK .nav-submit-input
▶ WAITFORELEMENT 
✘ TEXT
0 EXPECTED: The Blues Brothers
0 FOUND: undefined
✘ TEST - "Amazon does its thing" FAILED

 1/2 assertions passed. Elapsed Time: 14.95 sec 
↝ 
Report type "html" written to "report/dalek"
@asciidisco asciidisco added the bug label May 22, 2014
@asciidisco asciidisco self-assigned this May 22, 2014
@asciidisco
Copy link
Member

Could you add the Version of your FF please? Thx!

@afknapping
Copy link
Author

sure, that would be 29.0.1 ;)

@asciidisco
Copy link
Member

Ah. me. Stupid. Blind. Whatever. Thanks :)

@afknapping
Copy link
Author

np :)

noticed sth there, maybe related – OS version is not recognized correctly for FF but is for Chrome.

@KevinSheedy
Copy link

Same problem on Win7-SP1 64-bit:

C:\dev\dalek-test>dalek test\amazon-test.js -b firefox
Running tests
Running Browser: Mozilla Firefox
OS: WINNT unknown x86
Browser Version: 29.0.1

RUNNING TEST - "Amazon does its thing"
> OPEN http://www.amazon.com/
> TYPE #twotabsearchtextbox
> CLICK .nav-submit-input
> WAITFORELEMENT
x TEXT
0 EXPECTED: The Blues Brothers
0 FOUND: undefined
x TEST - "Amazon does its thing" FAILED

 0/1 assertions passed. Elapsed Time: 7.82 sec

@timothyjoh
Copy link

+1
I have found a similar issue, where a click on an element doesnt change the page in FF but does work in phantom and chrome perfectly fine.

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

No branches or pull requests

4 participants