This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test010_isSegAnnUp(self): | |
""" | |
Test#1 | |
This test is for checking whether the page is loading or not | |
""" | |
print "Test#1 isSegAnnUp ?" | |
driver = self.driver | |
driver.get("http://localhost:8080") | |
assert "SegAnnDB" in driver.title |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment