ui_test: non regression tests for relation fields with leading/trailing spaces
Note that we can't really use " " in test tables, for input selenium supports ${space} magic that types a space characters, but to check the values, we cannot just use assertValue which strips the leading/trailing spaces, so we use a custom assertEval expression.
Showing
Please register or sign in to comment