| 328K | antivirus | usa | 2013-06-12 | | Software | malwarebytes.us | 2.2.1.1043 | final | lifetime | 2 | 2 | 2 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | |
Page 2 of 5Q:
if and else return value when using protractor
I have been trying to find the solution to return a value from an if and else statement within a Protractor test. My test looks like this:
it('should navigate to a particular page', function () {
element(by.id('foo')).click();
if(value
Related links:
Comments