Fitnesse - Having issues populating a field that only accepts a number\decimal

Fitnesse\Selenium is having issues with populating a field that only accepts number\decimal.  The field does populate during the run with the number, but somehow the data gets lost when the form is submitted. This happens 9 out of 10 test runs. I am simply using the following in my script:

 

|populate field       |Total Assets             |with    |100.00   |

 

Is there a trick or workaround so the number sticks to the form? I tried with decimal and without as well as using 'wait for' before 'populate field', after and both, with no luck!

Thanks,

Ric

  Discussion posts and replies are publicly visible

Parents
  • I am experiencing another field that does not hold its value when clicking a button. This time around its a Search button.

    |login with role |role.coordinator1 |
    |click on link |HOME |
    |click on link |Show Search Filters |
    |click on button |Clear Search |
    |populate field |Event ID |with value|tv!test |
    |toggle section |Advanced Search Fields|visibility |
    |click on button |Search |

    The field is populated, but when it clicks Search the Event ID field disappears and returns no results.

    Again, anyone know of a workaround to this or why this is happening?

Reply
  • I am experiencing another field that does not hold its value when clicking a button. This time around its a Search button.

    |login with role |role.coordinator1 |
    |click on link |HOME |
    |click on link |Show Search Filters |
    |click on button |Clear Search |
    |populate field |Event ID |with value|tv!test |
    |toggle section |Advanced Search Fields|visibility |
    |click on button |Search |

    The field is populated, but when it clicks Search the Event ID field disappears and returns no results.

    Again, anyone know of a workaround to this or why this is happening?

Children
No Data