Skip to content

Commit

Permalink
docs(website): fix issue 4246
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation authored and heathkit committed Jul 19, 2017
1 parent f79938e commit c0b8770
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/selenium-webdriver/webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,7 @@ webdriver.WebElement.prototype.getTagName = function() {};
* <span style='color: #000000'>{{person.name}}</span>
*
* @example
* expect(element(by.binding('person.name')).getCssValue().indexOf(
* 'color: #000000')).not.toBe(-1);
* expect(element(by.binding('person.name')).getCssValue('color')).toBe('#000000');
*
* @param {string} cssStyleProperty The name of the CSS style property to look
* up.
Expand Down

0 comments on commit c0b8770

Please sign in to comment.