Commit 1ead5422 by Jay Zoldak

Change locators of links to match updated ids

parent 53d376b6
...@@ -80,8 +80,8 @@ def should_see_the_course_on_my_dashboard(step): ...@@ -80,8 +80,8 @@ def should_see_the_course_on_my_dashboard(step):
def goto_next_step(step, step_num): def goto_next_step(step, step_num):
btn_css = { btn_css = {
'1': '#face_next_button', '1': '#face_next_button',
'2': '#face_next_button', '2': '#face_next_link',
'3': '#photo_id_next_button', '3': '#photo_id_next_link',
'4': '#pay_button', '4': '#pay_button',
} }
next_css = { next_css = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment