ECOM-1673 removed class and icon to always show full upsell content.
removed JavaScript function specific to the upsell toggle removed bok choy test Removed all referenced to toggleExpandMessage()
This commit is contained in:
@@ -109,8 +109,7 @@ class DashboardPage(PageObject):
|
||||
# There should only be one course listing corresponding to the provided course name.
|
||||
el = course_listing[0]
|
||||
|
||||
# Expand the upsell copy and click the upgrade button
|
||||
el.find_element_by_css_selector('.message-upsell .ui-toggle-expansion').click()
|
||||
# Click the upgrade button
|
||||
el.find_element_by_css_selector('#upgrade-to-verified').click()
|
||||
|
||||
upgrade_page.wait_for_page()
|
||||
|
||||
Reference in New Issue
Block a user