-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
basic working test #343
basic working test #343
Conversation
Codecov Report
@@ Coverage Diff @@
## master #343 +/- ##
==========================================
+ Coverage 88.45% 88.94% +0.48%
==========================================
Files 84 84
Lines 615 615
Branches 35 35
==========================================
+ Hits 544 547 +3
+ Misses 69 66 -3
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Also fixed the info text formatting in the markup. |
<strong>Access_Restricted_UI</strong> permission set to this user | ||
and refresh the page. | ||
rendered UI assign | ||
the <strong>Access_Restricted_UI</strong> permission set |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A suggestion to avoid hard-coding escape characters would be to use the prettier-ignore
comment option on the outer div
, see example implementation here.
This adds a basic test to the miscPermissionsBasedUI component. We can expand on it later.
#340