If you accidentally provide a non-string/non-regex value to an assertion like expect(page.get_by_label('Calculated Total').to have_value(1.25) then you get a cryptic error
it would be nice to have a more helpful error to debug what is wrong
### Usecase / Motivation
* any tests that have math involved
* easier test debugging
Simple description about the feature