Commit ac26f278 by muhammad-ammar

Merge pull request #4125 from edx/ammar/improve-certificates-test-time

Improve certificates test time
parents 14a80e9c 34616418
......@@ -261,7 +261,7 @@ def see_upsell_link_on_my_dashboard(step):
@step(u'I do not see the upsell link on my dashboard')
def see_upsell_link_on_my_dashboard(step):
course_link_css = UPSELL_LINK_CSS
assert not world.is_css_present(course_link_css)
assert world.is_css_not_present(course_link_css)
@step(u'I select the upsell link on my dashboard')
......
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