I am trying to run an e2e test with TestCafe and the scenario is that when user press the keys 'CTRL+SHIFT+ENTER' it should trigger an event. it works when i use the keyboard but not within the E2E. Thank you for your help.
the command i use is :
t.keypres('ctrl+shift+enter');