Commit 673e7ea5 by Matt Drayer

Merge pull request #9658 from edx/saleem/SOL-1053

SOL-1053 
parents 84442697 fc16e58c
......@@ -139,7 +139,7 @@ class CertificatesPage(CoursePage):
Clicks the main action presented by the prompt (such as 'Delete')
"""
self.wait_for_confirmation_prompt()
self.q(css='a.button.action-primary').first.click()
self.q(css='button.action-primary').first.click()
self.wait_for_ajax()
......
......@@ -106,7 +106,6 @@ class CertificatesTest(StudioCourseTest):
self.assertIn("Updated Course Title Override 2", certificate.course_title)
@skip # TODO fix this, see SOL-1053
def test_can_delete_certificate(self):
"""
Scenario: Ensure that the user can delete certificate.
......
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