iron-test-helpers icon indicating copy to clipboard operation
iron-test-helpers copied to clipboard

pressAndReleaseKeyOn is not working for arrow keys

Open cheonhyangzhang opened this issue 8 years ago • 1 comments

Description

var paperInput = Polymer.dom(myEl.root).querySelector('paper-input'); MockInteractions.pressAndReleaseKeyOn(paperInput, 65);

pressAndReleaseKeyOn is working fine for character 'a' but when I try with the up and down arrow key, it's not working.

MockInteractions.pressAndReleaseKeyOn(paperInput, 40);

cheonhyangzhang avatar Aug 30 '16 15:08 cheonhyangzhang

+1

carolirod avatar Apr 18 '17 09:04 carolirod