vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

chore: unpin webcomponents polyfills #273

Closed web-padawan closed 4 years ago

web-padawan commented 4 years ago

The version was pinned by ea64f2a4cb342945d254ebc9beb465e9444e6a0a, let's see if we still need it.

web-padawan commented 4 years ago

Looks like iOS 10.3 is the reason why we pinned the polyfill:

iOS Simulator iphone 10.3 ✖ test/selection.html » overlay » selection » should close on item tap
  Timeout of 10000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
iOS Simulator iphone 10.3 ✖ test/selection.html » overlay » selection » should close on keyboard selection
  expected true to deeply equal false
                                   <unknown> at                      AssertionError at /components/chai/chai.js:5260:0
                                   <unknown> at                              assert at /components/chai/chai.js:259:0
                                   <unknown> at                           assertEql at /components/chai/chai.js:789:0
                                   <unknown> at                           <unknown> at /components/chai/chai.js:3902:0
                                   <unknown> at                           <unknown> at selection.html:81:0
                             callMethod at /components/ at polymer/polymer/lib/utils/render-status.js:61:0
                               runQueue at /components/ at polymer/polymer/lib/utils/render-status.js:51:0
                                   <unknown> at   http://localhost:8081/components/ at polymer/polymer/lib/utils/render-status.js:38:0

See https://travis-ci.org/github/vaadin/vaadin-context-menu/jobs/688720918

Pushed a commit to skip that test on iOS, let's see if this helps or not.

web-padawan commented 4 years ago

Travis checks are pending but the builds passed:

https://travis-ci.org/github/vaadin/vaadin-context-menu/builds/688725923

https://travis-ci.org/github/vaadin/vaadin-context-menu/builds/688725948