Skip to content

Commit

Permalink
Plus the map visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
vr2262 committed Feb 16, 2015
1 parent 12ac3dd commit 8d79b3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/selenium_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,9 @@ def testVisualization(self):
bar_graph = self.drv.find_element_by_id('bar_graph')
self.assertTrue(bar_graph.is_displayed())

vis_map = self.drv.find_element_by_id('vis_map')
self.assertTrue(vis_map.is_displayed())


if __name__ == '__main__':
unittest.main()
Expand Down

0 comments on commit 8d79b3c

Please sign in to comment.