Class: SiteType
- Inherits:
-
SiteSetupBase
- Object
- PageFactory
- BasePage
- SiteSetupBase
- SiteType
- Defined in:
- lib/sambal-cle/page_objects/site_setup.rb
Overview
The Site Type page that appears when creating a new site
Instance Method Summary collapse
-
#continue ⇒ Object
FIXME.
Methods inherited from SiteSetupBase
Methods inherited from BasePage
basic_page_elements, button, damballa, frame_element, link
Instance Method Details
#continue ⇒ Object
FIXME
393 394 395 396 397 398 399 400 401 402 |
# File 'lib/sambal-cle/page_objects/site_setup.rb', line 393 def continue #FIXME if frm.(:id, "submitBuildOwn").enabled? frm.(:id, "submitBuildOwn").click elsif frm.(:id, "submitFromTemplateCourse").enabled? frm.(:id, "submitFromTemplateCourse").click elsif frm.(:id, "submitFromTemplate").enabled? frm.(:id, "submitFromTemplate").click end end |