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

The test cookie.js hangs #2

Open
KevinSheedy opened this issue Feb 13, 2014 · 2 comments
Open

The test cookie.js hangs #2

KevinSheedy opened this issue Feb 13, 2014 · 2 comments
Assignees
Labels

Comments

@KevinSheedy
Copy link

I just ran dalek test/cookie.js and it's hanging in both Chrome and PhantomJS.
Tried it on Windows 7 and MacOS.
I get the following console output:

Running tests
<> [SYSTEM] dalek-internal-driver: Loading driver: "native"
Running Browser: PhantomJS
<> [WEBDRIVER] webdriver: 200 POST /wd/hub/session
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"windows-7-32bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}}
<> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/window/current/size
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}}
<> [WEBDRIVER] webdriver: 200 GET /wd/hub/status
<> [WEBDRIVER] webdriver: {"sessionId":null,"status":0,"value":{"build":{"version":"1.1.0"},"os":{"name":"windows","version":"7","arch":"32bit"}}}OS: windows 7 32bit
<> [WEBDRIVER] webdriver: 200 GET /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{"browserName":"phantomjs","version":"1.9.7","driverName":"ghostdriver","driverVersion":"1.1.0","platform":"windows-7-32bit","javascriptEnabled":true,"takesScreenshot":true,"handlesAlerts":false,"databaseEnabled":false,"locationContextEnabled":false,"applicationCacheEnabled":false,"browserConnectionEnabled":false,"cssSelectorsEnabled":true,"webStorageEnabled":false,"rotatable":false,"acceptSslCerts":false,"nativeEvents":true,"proxy":{"proxyType":"direct"}}}
Browser Version: 1.9.7

RUNNING TEST - "Can set & read a cookie (OK, jQuery style, no message)"
<> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/url
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}}
> OPEN http://dalekjs.com/guineapig/
<> [WEBDRIVER] webdriver: 200 POST /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/cookie
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":{}}
> SETCOOKIE atestcookie
<> [WEBDRIVER] webdriver: 200 GET /wd/hub/session/873985a0-94cc-11e3-9558-533a1b49e419/cookie
<> [WEBDRIVER] webdriver: {"sessionId":"873985a0-94cc-11e3-9558-533a1b49e419","status":0,"value":[{"domain":"dalekjs.com","httponly":false,"name":"atestcookie","path":"/guineapig/","secure":false,"value":"foobar=baz"}]}


@asciidisco asciidisco added the bug label Feb 16, 2014
@asciidisco asciidisco self-assigned this Feb 16, 2014
@asciidisco
Copy link
Member

That used to work.
Will investigate.

@sitesbyjoe
Copy link

Any update on this? Still hanging.

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

3 participants