class OLE_QA::Framework::OLELS::Batch_Order_Profile
Public Instance Methods
set_elements()
click to toggle source
Calls superclass method
OLE_QA::Framework::OLELS::Batch_Profile#set_elements
# File lib/olels/pages/batch_order_profile.rb, line 17 def set_elements super element(:marc_only) {b.checkbox(:id => 'mainSection-MaintenanceView-marcOnly_control')} element(:marc_only?) {marc_only.when_present.checked?} element(:bib_profile_search) {b.fieldset(:id => 'mainSection-MaintenanceView-bibImportProfileForOrderRecord_fieldset').input(:class => 'uif-actionImage')} element(:bib_profile_field) {b.text_field(:id => 'mainSection-MaintenanceView-bibImportProfileForOrderRecord_control')} element(:bib_profile) {bib_profile_field.when_present.value.strip} end
set_functions()
click to toggle source
Calls superclass method
OLE_QA::Framework::Page#set_functions
# File lib/olels/pages/batch_order_profile.rb, line 26 def set_functions super end
wait_for_elements()
click to toggle source
Calls superclass method
OLE_QA::Framework::OLELS::Batch_Profile#wait_for_elements
# File lib/olels/pages/batch_order_profile.rb, line 30 def wait_for_elements super end