Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Adapter for jasmine-node assertions to understand WebDriver promises #10

Closed
juliemr opened this issue Jun 24, 2013 · 2 comments
Closed

Comments

@juliemr
Copy link
Member

juliemr commented Jun 24, 2013

You should be able to write:

var myElem = ptor.findElement(protractor.by.Id('#yourelem'));
expect(myElem.getText()).toEqual('foobar');
@ghost ghost assigned juliemr Jun 24, 2013
@juliemr
Copy link
Member Author

juliemr commented Jun 26, 2013

Done with 536792f

@juliemr juliemr closed this as completed Jun 26, 2013
@tbosch
Copy link

tbosch commented Jun 26, 2013

+1

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

No branches or pull requests

2 participants