kgress / scaffold

A Java based Selenium WebDriver abstraction
MIT License
4 stars 7 forks source link

DropDownWebElement.selectByVisibleText fails to select #60

Closed NickRawlings closed 3 years ago

NickRawlings commented 4 years ago

Bug

there is a test for value.isBlank instead of !value.isBlank

Expected

If the parameter for selectByVisibleText is not blank, then select by it

Repro

  1. instantiate DropDownWebElement, call selectByVisibleText with a non-blank parameter
  2. fail to select item
kgress commented 3 years ago

Fixed in #95