New rule to warn about SubPage.SomeAction.Invoke(); #455
NKarolak
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Imagine this test code:
SubPage is a page of type ListPart.
When you open a ListPart directly in the client, no actions are visible. The same happens during test run, resulting in the following error: "The action with ID = xxx is not found on the page."
The fix is to work with the main page instead:
For further reference, see Viva Engage.
All reactions