element-web/test/components/structures
Richard van der Hoff cd1cf09dc9 Make tests pass on Chrome again
It seems that a number of the tests had started failing when run in
Chrome. They were fine under PhantomJS, but the MegolmExport tests only work
under Chrome, and I need them to work...

Mostly the problems were timing-related, where assumptions made about how
quickly the `then` handler on a promise would be called were no longer
valid. Possibly Chrome 55 has made some changes to the relative priorities of
setTimeout and sendMessage calls.

One of the TimelinePanel tests was failing because it was expecting the contents
of a div to take up more room than they actually were. It's possible this is
something very environment-specific; hopefully the new value will work on a
wider range of machines.

Also some logging tweaks.
2017-01-31 22:40:53 +00:00
..
MessagePanel-test.js
RoomView-test.js Make tests pass on Chrome again 2017-01-31 22:40:53 +00:00
ScrollPanel-test.js Make tests pass on Chrome again 2017-01-31 22:40:53 +00:00
TimelinePanel-test.js Make tests pass on Chrome again 2017-01-31 22:40:53 +00:00