Skip to content
This repository was archived by the owner on May 19, 2021. It is now read-only.

Fix tests resulted by 2.0 upgrade 🔨

Pre-release
Pre-release

Choose a tag to compare

@dunnkers dunnkers released this 23 Oct 01:59
· 84 commits to master since this release

Tests failed because I removed the obsolete paper-elements component, this was fixed by creating bower_components fixtures.

Others failed because of the window.Polymer.RenderStatus.hasRendered property being removed, this was fixed by using the window.WebComponents.ready property instead.