minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
507 stars 163 forks source link

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

Open mvorisek opened 1 year ago

mvorisek commented 1 year ago

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

codecov[bot] commented 1 year ago

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

aik099 commented 1 year ago

@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?