Skip to content

Commit

Permalink
fix selenium logging in
Browse files Browse the repository at this point in the history
Seems like it isn't necessary to click to show the login form anymore
  • Loading branch information
lainets authored and PasiSa committed Jun 16, 2021
1 parent 81157fc commit 593f9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion selenium_test/test/page_objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def loginToCourse(self, course, username=defaultUsername, password=defaultPasswo
self.clickThrough(FirstPageLocators.HOOK_EXAMPLE_BUTTON)
self.waitForElement(LoginPageLocators.BANNER)
self.waitForElement(BasePageLocators.FOOTER)
self.getElement(FirstPageLocators.SHOW_LOGIN_BUTTON).click()
self.signIn(username, password)

def loginAsStudent(self, course=CourseName.APLUS):
Expand Down

0 comments on commit 593f9f9

Please sign in to comment.