WPT script doesn't works for password but works for the username

Hi Wpt team,
I am testing our login page.
My script:
logData 0

// bring up the login screen
navigate Intuit Accounts - Sign In
logData 1

// log in
setValue name’Email dummyEmail
setValue id’ius-password dummyPassword
clickAndWait name=SignIn

The email was set fine, however, the password always shows blank and shows enter password reminding msg.

Could you please help me out?
:huh::huh::huh: