Hi,
I have an automated test that enters a date into a StaticTextItem with a DateFormatter set. The problem is that in most of the time the text is not formatted (it is typed correctly).
I tried to click on the element before entering the text and also pressing the TAB key after the text is entered, but with no success.
The strange part is that a some occasions the text is correctly formatted. So this is an intermittent issue (most of the times it fails though).
I'd like to know if there is anyway that I can force the text to be formatted.
I'm using Smartclient v90p_2013-12-10_LGPL and Selenium webdriver v2.39.0. I'm testing it with Firefox v26.0.
Thanks,
I have an automated test that enters a date into a StaticTextItem with a DateFormatter set. The problem is that in most of the time the text is not formatted (it is typed correctly).
I tried to click on the element before entering the text and also pressing the TAB key after the text is entered, but with no success.
The strange part is that a some occasions the text is correctly formatted. So this is an intermittent issue (most of the times it fails though).
I'd like to know if there is anyway that I can force the text to be formatted.
I'm using Smartclient v90p_2013-12-10_LGPL and Selenium webdriver v2.39.0. I'm testing it with Firefox v26.0.
Thanks,
Comment