Skip to content

Commit

Permalink
Merge pull request #4326 from chartjes/ch-remove-graph-references
Browse files Browse the repository at this point in the history
Fix bug 1434902: Removes references to graph on the home page, which is no longer in use.
  • Loading branch information
willkg committed Feb 7, 2018
2 parents 6ad6051 + 1d4c9f8 commit 36492ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions e2e-tests/pages/home_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,10 @@ class CrashStatsHomePage(CrashStatsBasePage):

URL_TEMPLATE = '/'

_graph_loading_locator = (By.CSS_SELECTOR, '#homepage-graph .loading')
_release_channels_locator = (By.CSS_SELECTOR, '.release_channel')

def wait_for_page_to_load(self):
super(CrashStatsHomePage, self).wait_for_page_to_load()
self.wait.until(lambda s: not self.is_element_present(*self._graph_loading_locator))
return self

@property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -679,13 +679,6 @@ div.admin {
height: 18px;
vertical-align: middle;
}
#homepage-graph {
position: relative;
}
.homepage-graph-legend {
width: 100%;
text-align: center;
}
/* simplebox css */
#simplebox {
display:none;
Expand Down

0 comments on commit 36492ca

Please sign in to comment.