Skip to main content
jacobb0003
October 28, 2021
Question

Clicking recordActionItems() with Cucumber

  • October 28, 2021
  • 1 reply
  • 0 views

Hi all,

We are currently running into an issue with selecting record action items with the Cucumber for Appian framework.  We've tried every possible predefined Appian step and fixture.click related to actions and buttons, using both the action name, key and index; however, it does not seem to detect the component.  I attached the snippet of code of how the recordActionField is configured:

a!recordActionField(
    accessibilityText: "Actions",
    actions: {
        a!recordActionItem(
            action: 'recordType!{cf46c7e0-d175-4d07-9daa-2d3a1739795e}ECMS Patrol.actions.{6c6e1f29-2673-4099-a78d-305b32688e93}createPatrol'
        ),
        a!recordActionItem(
            action: 'recordType!{46271c62-4660-4e17-a39a-a5ea6a9eca68}ECMS Incident.actions.{e51cba01-d80a-4893-a583-21c711ff357b}createIncident'
        )
    },
    style: "CALL_TO_ACTION",
    openActionsIn: "DIALOG",
    align: "END",
    showWhen: a!defaultValue(value: ri!showActions, default: false)
)

Thank you,

Jacob

1 reply

jacobb0003
November 1, 2021

Bump