Skip to content
  • Son Nguyen's avatar
    Fix the Selenium2Driver issue when setValue. Bug 1407847 · 8c9b805f
    Son Nguyen authored
    We must use the steps:
     And I set the field "field name" to "value"
     And I set the following fields to these values:
    in place of
     And I fill in "field name" with "value"
     And I fill in the following:
    
    Change-Id: I21a86756b6f994597aaf521f0a7cd4168ad1bf64
    8c9b805f