Greg Weber
Greg Weber
I don't see assertLocation doing any polling in the code, how does that work? I think the ideal API would be ``` follow_link 'link', () => # make assertions ```...
yes, assertLocationChanged could be used to create follow_link. Ideally this would use onLoadFinished from phantomjs, but like I said, it isn't working for me. I would write assertLocationChanged myself if...
thanks for implementing, but this still doesn't work for me just as assertLocation doesn't work. I get a screenshot for the current page. When I wait for 2 seconds I...
I think I understand how this is supposed to work- the test is to be periodically retried every 75 ms for 1 second, whereas when I wait for 2 seconds...
I opened a ticket for onLoadFinished not working with phantom.js here: http://code.google.com/p/phantomjs/issues/detail?id=265
Sorry, the flow is basically editing the last run command- what I do very frequently in a terminal. Start with an empty prompt and press up one or more times....
I personally have not felt the need for this yet. white-list is a much more exact approach than black list.
a javascript array is a tuple, right? And for an array with a singular type we have [...Type]. Seems that this is satisfied already with a syntax matching javascript.
hmm, why not make the contract for all positions? So if you want the example to be valid: ``` coffee arr:: [Num, Str, ...Any] ```
We could export a version with an A suffix