ATF test step 'UI Action Visibility' is failing with error '[UI Action Name] is not visible'.Issue When executing an ATF test the UI Action Visibility' step will fail if *only* the "Form context menu" check box is checked on the UI Action configuration form This is expected behavior because UI Action Visibility determines a UI action to be visible only if the element does not have the 'hidden' attribute or if the element's style is not 'visibility: hidden'. Form context UI actions have style 'visibility: hidden' and are therefore correctly considered as not visible by the UI Action Visibility step. Note: The "Click a UI Action" step will still pass with this configuration, it is only the "UI Action Visibility" that fails. ResolutionYou have two options to workaround this behaviour Remove this 'UI Action Visibility' step from the test. It is not really necessary if you are clicking the UI Action in a later step.Go to the UI page configuration and check the box for [Form button] too