Class: Roles

Inherits:
BasePage show all
Defined in:
lib/kuality-coeus/page_objects/proposal_development/permissions.rb

Overview

This a child window that appears when you click the “edit role” button for an existing participant.

Class Method Summary collapse

Methods inherited from BasePage

budget_header_elements, budget_versions_elements, custom_data, description_field, document_header_elements, error_messages, glbl, global_buttons, route_log, search_results_table, special_review, tab_buttons, tiny_buttons, validation_elements

Class Method Details

.chkbx(name, number) ⇒ Object



41
42
43
# File 'lib/kuality-coeus/page_objects/proposal_development/permissions.rb', line 41

def self.chkbx(name, number)
  element(name) { |b| b.frm.checkbox(name: "proposalUserEditRoles.roleStates[#{number}].state") }
end