asadiqbal08/SOL-766: Add Facebook sharing to certificate view
* updated the flags for social media sharing * added facebook feed ui to share public url * update the condition logic * update the code as per suggestion and added pick new style for share buttons * update the css class reference * update the bok-choy test * updated description and some text touch-ups * moved the JS related to facebook into separate location * js formatting * Add trailing comma per chrisndodge * Add wait to fix flaky test...maybe
This commit is contained in:
@@ -120,7 +120,7 @@ class SettingsMilestonesTest(StudioCourseTest):
|
||||
|
||||
# Refresh the page again to confirm the prerequisite course selection is properly reflected
|
||||
self.settings_detail.refresh_page()
|
||||
|
||||
self.settings_detail.wait_for_prerequisite_course_options()
|
||||
dropdown_status = is_option_value_selected(
|
||||
browser_query=self.settings_detail.pre_requisite_course_options,
|
||||
value=pre_requisite_course_id
|
||||
|
||||
Reference in New Issue
Block a user