Property checkpoint expecting bolded text
Currently using a Property Checkpoint to determine if a sentence on a page says "You are enrolled in auto pay." or "You are not enrolled in auto pay.". With the word not being bolded the keyword test is currently failing. I'm using a Project level string variable that has "You are not enrolled in auto pay." stored in it. Below is the error that I'm getting. I'm not seeing a way to update the Property Checkpoint to not care about the bolded text. Is there a way to update the Project level variable to include the bolded text? If not, are there any other options available? Thank you.
Hi,
Store actual value into local variable and clean it (the value).
Then compare the cleaned value of the local variable with the expected value from the project variable. (I.e., in fact, do comparison of two variables.)