Difference between visible/hidden #19470
Unanswered
titantwentyone
asked this question in
Help
Replies: 1 comment
-
|
I think |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Package
Actions
Package Version
v4.8.2
How can we help you?
Just wanted some clarification. I assumed that when using
hiddenandvisiblewith actions or fields, that these methods were essentially the opposite of each other and used to ease readability. What I've noticed is that, when testing, these two methods give different results. Just wanted to check that my understanding is correct.Given I have an action defined as:
This test fails as I understand that the field is never registered and so does not technically exist.
However
This action is regsitered but hidden from the end user.
I have used actions here as I came across this when rewriting some tests but I assume its the same behaviour for fields.
Couldn't see this explicitly in the docs. Insight appreciated!
Beta Was this translation helpful? Give feedback.
All reactions