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:
AlasdairSwan
2015-06-18 10:47:15 -04:00
parent 57c8072752
commit b30839fe88
3 changed files with 3 additions and 19 deletions

View File

@@ -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()