11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
3- exports [` NotAuthorized component should apply custom styles 1` ] = `
3+ exports [` UnauthorizedAccess component should apply custom styles 1` ] = `
44<div
55 class = " pf-v6-c-empty-state something"
6- data-ouia-component-id = " NotAuthorized "
6+ data-ouia-component-id = " UnauthorizedAccess "
77>
88 <div
99 class = " pf-v6-c-empty-state__content"
@@ -40,18 +40,18 @@ exports[`NotAuthorized component should apply custom styles 1`] = `
4040 </div >
4141 <div
4242 class = " pf-v6-c-empty-state__body"
43- data-ouia-component-id = " NotAuthorized -body"
43+ data-ouia-component-id = " UnauthorizedAccess -body"
4444 >
4545 Contact your system administrator(s) for more information.
4646 </div >
4747 <div
4848 class = " pf-v6-c-empty-state__footer"
49- data-ouia-component-id = " NotAuthorized -footer"
49+ data-ouia-component-id = " UnauthorizedAccess -footer"
5050 >
5151 <a
5252 aria-disabled = " false"
5353 class = " pf-v6-c-button pf-m-primary"
54- data-ouia-component-id = " NotAuthorized -home-button"
54+ data-ouia-component-id = " UnauthorizedAccess -home-button"
5555 data-ouia-component-type = " PF6/Button"
5656 data-ouia-safe = " true"
5757 href = " ."
@@ -70,10 +70,10 @@ exports[`NotAuthorized component should apply custom styles 1`] = `
7070</div >
7171` ;
7272
73- exports [` NotAuthorized component should not show buttons 1` ] = `
73+ exports [` UnauthorizedAccess component should not show buttons 1` ] = `
7474<div
7575 class = " pf-v6-c-empty-state"
76- data-ouia-component-id = " NotAuthorized "
76+ data-ouia-component-id = " UnauthorizedAccess "
7777>
7878 <div
7979 class = " pf-v6-c-empty-state__content"
@@ -110,13 +110,13 @@ exports[`NotAuthorized component should not show buttons 1`] = `
110110 </div >
111111 <div
112112 class = " pf-v6-c-empty-state__body"
113- data-ouia-component-id = " NotAuthorized -body"
113+ data-ouia-component-id = " UnauthorizedAccess -body"
114114 >
115115 Contact your system administrator(s) for more information.
116116 </div >
117117 <div
118118 class = " pf-v6-c-empty-state__footer"
119- data-ouia-component-id = " NotAuthorized -footer"
119+ data-ouia-component-id = " UnauthorizedAccess -footer"
120120 >
121121 <div
122122 class = " pf-v6-c-empty-state__actions"
@@ -126,10 +126,10 @@ exports[`NotAuthorized component should not show buttons 1`] = `
126126</div >
127127` ;
128128
129- exports [` NotAuthorized component should render 1` ] = `
129+ exports [` UnauthorizedAccess component should render 1` ] = `
130130<div
131131 class = " pf-v6-c-empty-state"
132- data-ouia-component-id = " NotAuthorized "
132+ data-ouia-component-id = " UnauthorizedAccess "
133133>
134134 <div
135135 class = " pf-v6-c-empty-state__content"
@@ -166,18 +166,18 @@ exports[`NotAuthorized component should render 1`] = `
166166 </div >
167167 <div
168168 class = " pf-v6-c-empty-state__body"
169- data-ouia-component-id = " NotAuthorized -body"
169+ data-ouia-component-id = " UnauthorizedAccess -body"
170170 >
171171 Contact your system administrator(s) for more information.
172172 </div >
173173 <div
174174 class = " pf-v6-c-empty-state__footer"
175- data-ouia-component-id = " NotAuthorized -footer"
175+ data-ouia-component-id = " UnauthorizedAccess -footer"
176176 >
177177 <a
178178 aria-disabled = " false"
179179 class = " pf-v6-c-button pf-m-primary"
180- data-ouia-component-id = " NotAuthorized -home-button"
180+ data-ouia-component-id = " UnauthorizedAccess -home-button"
181181 data-ouia-component-type = " PF6/Button"
182182 data-ouia-safe = " true"
183183 href = " ."
@@ -196,10 +196,10 @@ exports[`NotAuthorized component should render 1`] = `
196196</div >
197197` ;
198198
199- exports [` NotAuthorized component should show custom actions 1` ] = `
199+ exports [` UnauthorizedAccess component should show custom actions 1` ] = `
200200<div
201201 class = " pf-v6-c-empty-state"
202- data-ouia-component-id = " NotAuthorized "
202+ data-ouia-component-id = " UnauthorizedAccess "
203203>
204204 <div
205205 class = " pf-v6-c-empty-state__content"
@@ -236,13 +236,13 @@ exports[`NotAuthorized component should show custom actions 1`] = `
236236 </div >
237237 <div
238238 class = " pf-v6-c-empty-state__body"
239- data-ouia-component-id = " NotAuthorized -body"
239+ data-ouia-component-id = " UnauthorizedAccess -body"
240240 >
241241 Contact your system administrator(s) for more information.
242242 </div >
243243 <div
244244 class = " pf-v6-c-empty-state__footer"
245- data-ouia-component-id = " NotAuthorized -footer"
245+ data-ouia-component-id = " UnauthorizedAccess -footer"
246246 >
247247 <div
248248 class = " pf-v6-c-empty-state__actions"
@@ -276,10 +276,10 @@ exports[`NotAuthorized component should show custom actions 1`] = `
276276</div >
277277` ;
278278
279- exports [` NotAuthorized component should show custom body text 1` ] = `
279+ exports [` UnauthorizedAccess component should show custom body text 1` ] = `
280280<div
281281 class = " pf-v6-c-empty-state"
282- data-ouia-component-id = " NotAuthorized "
282+ data-ouia-component-id = " UnauthorizedAccess "
283283>
284284 <div
285285 class = " pf-v6-c-empty-state__content"
@@ -316,18 +316,18 @@ exports[`NotAuthorized component should show custom body text 1`] = `
316316 </div >
317317 <div
318318 class = " pf-v6-c-empty-state__body"
319- data-ouia-component-id = " NotAuthorized -body"
319+ data-ouia-component-id = " UnauthorizedAccess -body"
320320 >
321321 Some text
322322 </div >
323323 <div
324324 class = " pf-v6-c-empty-state__footer"
325- data-ouia-component-id = " NotAuthorized -footer"
325+ data-ouia-component-id = " UnauthorizedAccess -footer"
326326 >
327327 <a
328328 aria-disabled = " false"
329329 class = " pf-v6-c-button pf-m-primary"
330- data-ouia-component-id = " NotAuthorized -home-button"
330+ data-ouia-component-id = " UnauthorizedAccess -home-button"
331331 data-ouia-component-type = " PF6/Button"
332332 data-ouia-safe = " true"
333333 href = " ."
@@ -346,10 +346,10 @@ exports[`NotAuthorized component should show custom body text 1`] = `
346346</div >
347347` ;
348348
349- exports [` NotAuthorized component should show custom title 1` ] = `
349+ exports [` UnauthorizedAccess component should show custom title 1` ] = `
350350<div
351351 class = " pf-v6-c-empty-state"
352- data-ouia-component-id = " NotAuthorized "
352+ data-ouia-component-id = " UnauthorizedAccess "
353353>
354354 <div
355355 class = " pf-v6-c-empty-state__content"
@@ -386,18 +386,18 @@ exports[`NotAuthorized component should show custom title 1`] = `
386386 </div >
387387 <div
388388 class = " pf-v6-c-empty-state__body"
389- data-ouia-component-id = " NotAuthorized -body"
389+ data-ouia-component-id = " UnauthorizedAccess -body"
390390 >
391391 Contact your system administrator(s) for more information.
392392 </div >
393393 <div
394394 class = " pf-v6-c-empty-state__footer"
395- data-ouia-component-id = " NotAuthorized -footer"
395+ data-ouia-component-id = " UnauthorizedAccess -footer"
396396 >
397397 <a
398398 aria-disabled = " false"
399399 class = " pf-v6-c-button pf-m-primary"
400- data-ouia-component-id = " NotAuthorized -home-button"
400+ data-ouia-component-id = " UnauthorizedAccess -home-button"
401401 data-ouia-component-type = " PF6/Button"
402402 data-ouia-safe = " true"
403403 href = " ."
@@ -416,10 +416,10 @@ exports[`NotAuthorized component should show custom title 1`] = `
416416</div >
417417` ;
418418
419- exports [` NotAuthorized component should use custom icon 1` ] = `
419+ exports [` UnauthorizedAccess component should use custom icon 1` ] = `
420420<div
421421 class = " pf-v6-c-empty-state"
422- data-ouia-component-id = " NotAuthorized "
422+ data-ouia-component-id = " UnauthorizedAccess "
423423>
424424 <div
425425 class = " pf-v6-c-empty-state__content"
@@ -456,18 +456,18 @@ exports[`NotAuthorized component should use custom icon 1`] = `
456456 </div >
457457 <div
458458 class = " pf-v6-c-empty-state__body"
459- data-ouia-component-id = " NotAuthorized -body"
459+ data-ouia-component-id = " UnauthorizedAccess -body"
460460 >
461461 Contact your system administrator(s) for more information.
462462 </div >
463463 <div
464464 class = " pf-v6-c-empty-state__footer"
465- data-ouia-component-id = " NotAuthorized -footer"
465+ data-ouia-component-id = " UnauthorizedAccess -footer"
466466 >
467467 <a
468468 aria-disabled = " false"
469469 class = " pf-v6-c-button pf-m-primary"
470- data-ouia-component-id = " NotAuthorized -home-button"
470+ data-ouia-component-id = " UnauthorizedAccess -home-button"
471471 data-ouia-component-type = " PF6/Button"
472472 data-ouia-safe = " true"
473473 href = " ."
0 commit comments