gem / oq-platform

DEPRECATED. Please refer to https://github.com/gem/oq-platform2
8 stars 3 forks source link

IRV: add selenium tests on the synchronization between charts and map #602

Open ptormene opened 8 years ago

ptormene commented 8 years ago

The features implemented in https://github.com/gem/oq-platform/pull/594 (addressing https://github.com/gem/oq-platform/issues/596) require additional selenium tests. In particular, we want to test that:

1) when a zone is clicked in the map, the corresponding line is toggled (highlighted or unhighlighted) in all charts. Consecutive clicks on different zones make all those zones highlighted in the charts.

2) when brushes are used to filter data in one chart, the selected zones are also highlighted in the other charts.