MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Fix syn.js v0.15.0 input event must be fired synchronously

Open mvorisek opened this issue 2 years ago • 2 comments

based on https://github.com/bitovi/syn/pull/196, fixes https://github.com/bitovi/syn/issues/120

input event must be synchronous per spec - https://w3c.github.io/uievents/#event-type-input

repro case: https://github.com/bitovi/syn/issues/120#issuecomment-1529794347

mvorisek avatar May 01 '23 15:05 mvorisek

Codecov Report

Merging #364 (ecca1c7) into master (affb7ea) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##             master     #364   +/-   ##
=========================================
  Coverage     90.62%   90.62%           
  Complexity      150      150           
=========================================
  Files             1        1           
  Lines           448      448           
=========================================
  Hits            406      406           
  Misses           42       42           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar May 01 '23 15:05 codecov[bot]

@mvorisek , do I understand correctly, that you're proposing the Syn library change to Mink, which isn't yet merged into the Syn library itself?

aik099 avatar May 04 '23 09:05 aik099