This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(jasminewd): allow asynchronous callbacks for jasmine tests
- Loading branch information
Showing
2 changed files
with
42 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43ff9e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have async call inside the "it" and that is never been executed. Can you point me what's wrong in the below code please?
describe('vCDBubble', function() {
it('Check Org exists on the vCD', function(done) {
});
});
43ff9e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smahalingam what version of protractor are you using?
43ff9e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@elgalu - Thanks for your reply and helping me on this. I am using version 20.
Ss-MacBook-Air:~ smahalingam$
Ss-MacBook-Air:~ smahalingam$ protractor --version
Version 0.22.0
Ss-MacBook-Air:~ smahalingam$
I am happy to give you more info, if required. Thanks in advance.
43ff9e5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You're welcome @smahalingam !!
The thing is that this commit is only on master for now, so won't be available until protractor version >= 0.23.0