chenglou / node-huxley

Codeless front-end testing.
MIT License
361 stars 29 forks source link

"ENTER" page action does not get recorded #82

Open aricearice opened 9 years ago

aricearice commented 9 years ago

---
Replaying and writing screenshots for "type"

---
  Clicking (369, 360)
  Taking screenshot 1
  Clicking (394, 383)
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing          // here, I performed a "ENTER" action on my keyboard
  Taking screenshot 2
  Typing 5
  Typing 5
  Typing 5
  Typing 5
  Typing           // here, I performed a "ENTER" action on my keyboard
  Taking screenshot 3
  Taking screenshot 4

---
Replaying and writing screenshots for "toggle button"

---
  Typing        // here, I performed a "ENTER" action on my keyboard
  Taking screenshot 1
All done.

If my app uses enter key actions to trigger events, huxley should be able to test the visual changes triggered by those events.