Unable to login to site

Hello,

I’m trying to login to my site to test the performance with the below script but it does not login and I receive a message " Test Data not found" . Below is the script used. What am I missing with the clickandWait? It does not click the login button.

logData 0
// bring up the login screen
navigate https://www.xyz.com
logData 1
// log in
setValue name=username xyz
setValue name=password test
clickAndWait innerText=LOGIN

DOM ELEMENT :

LOGIN