Using Cucumber for Appian on IntelliJ - Trying to Select a 'Card'?
Hi there! I am attempting to select a Card from a Menu Tab using Cucumber for Appian. The script is simply a smoke test hoping to click on the links/buttons/cards. Clicking on the card will link to a process model that I would just take a snapshot of.
The code looks like this but button is not the correct keyword. The snapshots attached will display the Appian Designer snippets:
= load(
local!actions: {
{
actionName: cons!ENT_LABEL_CREATE_USER,
icon: "address-card",
processModel: cons!ENT_PM_ADD_USER,
showWhen: isusermemberofgroup_21r2(loggedInUser(),cons!ENT_GROUP_SYSTEM_ADMINISTRATORS).
I am attempting to click on the button 'Create User'. It is being described as a Form Layout>Column Layout so maybe I am not selecting the correct Gherkin language. Is this a "I click on (card) (action) (button) (link) (menu)"? Sorry but just a little lost here!
/resized-image/__size/320x240/__key/communityserver-discussions-components-files/11/2022_2D00_06_2D00_16-19_5F00_05_5F00_28_2D005F00_-ENT_5F00_uiReportActions-_2220_-Appian-Interface-Designer-and-4-more-pages-_2D00_-Work-_2D00_-Micr.jpg
Scenario: Navigate to the Actions tab
Given I navigate to site "user-access-management" page "admin-actions"
#And I click on button "Create User"
And I click o
