Could you try this in the Test Object definition for a_dashboarditems:
//*[normalize-space(text())='${dashboard}']
You need to quote the string value of ${dashboard}.
Could you try this in the Test Object definition for a_dashboarditems:
//*[normalize-space(text())='${dashboard}']
You need to quote the string value of ${dashboard}.