Overview
Test your Appian application within minutes with methods created specifically to operate within Appian applications and Tempo!
Common test case scenarios can be created for reusability throughout test suites. A CheatSheet.feature file that lists out all the supported methods and how to invoke them using the @Given, @When, @Then, @But, @And, and other Cucumber-supported annotation.
Note: Java 11 required for plugin version 23.4
Key Features & Functionality
With Cucumber for Appian:
We are experiencing an issue similar to the one mentioned on the Selenium plugin page after upgrading to 23.2. Should this have been fixed with the recent v23.2.1 release of the Cucumber for Appian plugin?
2023-06-21 00:24:13,082 [main] ERROR com.appiancorp.ps.automatedtest.exception.ExceptionBuilder - Logout linkorg.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"xpath","selector":"//a[contains(@aria-label,'Open user options menu')]"} (Session info: chrome=114.0.5735.133)For documentation on this error, please visit: selenium.dev/.../Build info: version: '4.8.2', revision: '826dbfc730'System info: os.name: 'Linux', os.arch: 'amd64', os.version: '5.15.0-75-generic', java.version: '11.0.17'Driver info: org.openqa.selenium.chrome.ChromeDriverCommand: [28729057c2c5c3c9e3692190e91dd527, findElement {using=xpath, value=//a[contains(@aria-label,'Open user options menu')]}]
Hi there,
We are being affected by this issue as well.
Has anyone implemented a resolution or workaround?
Thanks!
the problem seems to be on the new feature that changes the number of items in the menu from 5 to 10. now, there is a hidden div, and the original one. so the selector returns 2 elements instead of one.
the solution appian gave is to change the statement
from :
"Click on menu"
to:
I click on site page "SITE_PAGE"