Allocation Wizard Interaction

The allocation wizard allows for the assignment of a nurse and multiple HCAs to a bed location.

class liveobs_ui.page_object_models.desktop.allocation_wizard.AllocationWizard(driver)[source]

Interacting with the Allocation Wizard. The Allocation Wizard is presented to the user at the 4th stage of the Nursing Shift Change Wizard and the 2nd stage of the Staff Re-allocation Wizard.

get_currently_open_modal()[source]

Get the currently open Allocation Modal

save_wizard()[source]

Save the allocation in the wizard

set_allocation(nurse, hca_list)[source]

Set the allocation for the wizard

Parameters:
  • nurse – Nurse to set for the allocation
  • hca_list – List of HCAs to set for the allocation
set_hcas(hca_list)[source]

Enter the HCAs for the allocation into the HCAs input box

Parameters:hca_list – List of HCA user names we want to add to the allocation
set_nurse(nurse_name)[source]

Enter the nurse for the allocation into the nurse input box

Parameters:nurse_name – Name of the nurse we want to add to the allocation