Skip to content
Snippets Groups Projects
Commit 079f3aa5 authored by Will Daly's avatar Will Daly
Browse files

Updated bok choy page objects setup.py

Fix bug in url method of register page object
Add dist directories to gitignore
parent 27b2ff7e
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 0 deletions
......@@ -89,3 +89,4 @@ build
lms/lib/comment_client/python
autodeploy.properties
.ws_migrations_complete
dist
......@@ -20,6 +20,7 @@ class RegisterPage(PageObject):
super(RegisterPage, self).__init__(browser)
self._course_id = course_id
@property
def url(self):
"""
URL for the registration page of a course.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment