PennController for IBEX › Forums › Support › Filled TextInput › Reply To: Filled TextInput
March 30, 2021 at 5:29 am
#6781
Anna
Participant
Hi again,
I “fixed” this issue by removing the offending input as the error message is displayed:
.wait(
newFunction('dummy', ()=>true).test.is(true)
// Age
.and( getTextInput("age").test.text(/^\d+$/)
.failure( newText('errorage', "Bitte tragen Sie Ihr Alter ein."),
getTextInput("age").text("")))
)
Best,
Anna
- This reply was modified 3 years, 7 months ago by Anna.