commit | 45593fa8b4473943627b5b3e919249972368f4c4 | [log] [tgz] |
---|---|---|
author | Mehmet Fidanboylu <mehmetf@users.noreply.github.com> | Wed Mar 04 08:23:32 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Mar 04 08:23:32 2020 -0800 |
tree | 2d775184d205598c0e6172516de4bdf52d3bb2a3 | |
parent | 65e2b757ed31178dbd4ffd12bb8a8fe06dda3d08 [diff] |
Use .allWidgets.where pattern to test Image For whatever reason, this test fails in our internal environment if we use the type finder directly. Many of the other tests use the `allWidget.where()` pattern so I changed the Image test to that as well.