Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchagrins committed Aug 15, 2017
1 parent fc01981 commit 04dc750
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 0 additions & 15 deletions slack_invite/functional_tests/geckodriver.log

This file was deleted.

1 change: 1 addition & 0 deletions slack_invite/functional_tests/test_all_users.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def test_h1_css(self):
h1 = self.browser.find_element_by_tag_name("h1")
self.assertEqual(h1.value_of_css_property("color"),
"rgb(255, 255, 255)")

def test_home_files(self):
self.browser.get(self.live_server_url + "/robots.txt")
self.assertNotIn("Not Found", self.browser.title)
Expand Down

0 comments on commit 04dc750

Please sign in to comment.