Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Oct 18, 2017
1 parent e5e8299 commit 877d388
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion admin/acceptance_tests/user_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ def test_delete_selenium(self, dbsession, selenium):
selenium.get('http://127.0.0.1:6543' + '/user/')
elem = selenium.find_element_by_xpath("//div[@class='infos']")
assert 'Showing 1 to 10 of 23 entries' == elem.text
main_window_handle = selenium.current_window_handle
elem = selenium.find_element_by_xpath("//button[@title='Refresh']/following-sibling::*")
elem.click()
elem = selenium.find_element_by_xpath("//a[contains(.,'50')]")
Expand Down

0 comments on commit 877d388

Please sign in to comment.