@@ -45,16 +45,20 @@ exports[`NotAuthorized component should apply custom styles 1`] = `
4545 <div
4646 class = " pf-v5-c-empty-state__footer"
4747 >
48- <a
49- aria-disabled = " false"
50- class = " pf-v5-c-button pf-m-primary"
51- data-ouia-component-id = " OUIA-Generated-Button-primary-2"
52- data-ouia-component-type = " PF5/Button"
53- data-ouia-safe = " true"
54- href = " ."
48+ <div
49+ class = " pf-v5-c-empty-state__actions"
5550 >
56- Go to landing page
57- </a >
51+ <a
52+ aria-disabled = " false"
53+ class = " pf-v5-c-button pf-m-primary"
54+ data-ouia-component-id = " OUIA-Generated-Button-primary-2"
55+ data-ouia-component-type = " PF5/Button"
56+ data-ouia-safe = " true"
57+ href = " ."
58+ >
59+ Go to landing page
60+ </a >
61+ </div >
5862 </div >
5963 </div >
6064</div >
@@ -104,7 +108,11 @@ exports[`NotAuthorized component should not show buttons 1`] = `
104108 </div >
105109 <div
106110 class = " pf-v5-c-empty-state__footer"
107- />
111+ >
112+ <div
113+ class = " pf-v5-c-empty-state__actions"
114+ />
115+ </div >
108116 </div >
109117</div >
110118` ;
@@ -154,16 +162,20 @@ exports[`NotAuthorized component should render 1`] = `
154162 <div
155163 class = " pf-v5-c-empty-state__footer"
156164 >
157- <a
158- aria-disabled = " false"
159- class = " pf-v5-c-button pf-m-primary"
160- data-ouia-component-id = " OUIA-Generated-Button-primary-1"
161- data-ouia-component-type = " PF5/Button"
162- data-ouia-safe = " true"
163- href = " ."
165+ <div
166+ class = " pf-v5-c-empty-state__actions"
164167 >
165- Go to landing page
166- </a >
168+ <a
169+ aria-disabled = " false"
170+ class = " pf-v5-c-button pf-m-primary"
171+ data-ouia-component-id = " OUIA-Generated-Button-primary-1"
172+ data-ouia-component-type = " PF5/Button"
173+ data-ouia-safe = " true"
174+ href = " ."
175+ >
176+ Go to landing page
177+ </a >
178+ </div >
167179 </div >
168180 </div >
169181</div >
@@ -214,26 +226,34 @@ exports[`NotAuthorized component should show custom actions 1`] = `
214226 <div
215227 class = " pf-v5-c-empty-state__footer"
216228 >
217- <button
218- id = " action-one"
219- >
220- 1
221- </button >
222- <button
223- id = " action-one"
229+ <div
230+ class = " pf-v5-c-empty-state__actions"
224231 >
225- 2
226- </button >
227- <a
228- aria-disabled = " false"
229- class = " pf-v5-c-button pf-m-primary"
230- data-ouia-component-id = " OUIA-Generated-Button-primary-6"
231- data-ouia-component-type = " PF5/Button"
232- data-ouia-safe = " true"
233- href = " ."
232+ <button
233+ id = " action-one"
234+ >
235+ 1
236+ </button >
237+ <button
238+ id = " action-one"
239+ >
240+ 2
241+ </button >
242+ </div >
243+ <div
244+ class = " pf-v5-c-empty-state__actions"
234245 >
235- Go to landing page
236- </a >
246+ <a
247+ aria-disabled = " false"
248+ class = " pf-v5-c-button pf-m-primary"
249+ data-ouia-component-id = " OUIA-Generated-Button-primary-6"
250+ data-ouia-component-type = " PF5/Button"
251+ data-ouia-safe = " true"
252+ href = " ."
253+ >
254+ Go to landing page
255+ </a >
256+ </div >
237257 </div >
238258 </div >
239259</div >
@@ -284,16 +304,20 @@ exports[`NotAuthorized component should show custom description 1`] = `
284304 <div
285305 class = " pf-v5-c-empty-state__footer"
286306 >
287- <a
288- aria-disabled = " false"
289- class = " pf-v5-c-button pf-m-primary"
290- data-ouia-component-id = " OUIA-Generated-Button-primary-4"
291- data-ouia-component-type = " PF5/Button"
292- data-ouia-safe = " true"
293- href = " ."
307+ <div
308+ class = " pf-v5-c-empty-state__actions"
294309 >
295- Go to landing page
296- </a >
310+ <a
311+ aria-disabled = " false"
312+ class = " pf-v5-c-button pf-m-primary"
313+ data-ouia-component-id = " OUIA-Generated-Button-primary-4"
314+ data-ouia-component-type = " PF5/Button"
315+ data-ouia-safe = " true"
316+ href = " ."
317+ >
318+ Go to landing page
319+ </a >
320+ </div >
297321 </div >
298322 </div >
299323</div >
@@ -344,16 +368,20 @@ exports[`NotAuthorized component should show custom title 1`] = `
344368 <div
345369 class = " pf-v5-c-empty-state__footer"
346370 >
347- <a
348- aria-disabled = " false"
349- class = " pf-v5-c-button pf-m-primary"
350- data-ouia-component-id = " OUIA-Generated-Button-primary-5"
351- data-ouia-component-type = " PF5/Button"
352- data-ouia-safe = " true"
353- href = " ."
371+ <div
372+ class = " pf-v5-c-empty-state__actions"
354373 >
355- Go to landing page
356- </a >
374+ <a
375+ aria-disabled = " false"
376+ class = " pf-v5-c-button pf-m-primary"
377+ data-ouia-component-id = " OUIA-Generated-Button-primary-5"
378+ data-ouia-component-type = " PF5/Button"
379+ data-ouia-safe = " true"
380+ href = " ."
381+ >
382+ Go to landing page
383+ </a >
384+ </div >
357385 </div >
358386 </div >
359387</div >
@@ -404,16 +432,20 @@ exports[`NotAuthorized component should use custom icon 1`] = `
404432 <div
405433 class = " pf-v5-c-empty-state__footer"
406434 >
407- <a
408- aria-disabled = " false"
409- class = " pf-v5-c-button pf-m-primary"
410- data-ouia-component-id = " OUIA-Generated-Button-primary-3"
411- data-ouia-component-type = " PF5/Button"
412- data-ouia-safe = " true"
413- href = " ."
435+ <div
436+ class = " pf-v5-c-empty-state__actions"
414437 >
415- Go to landing page
416- </a >
438+ <a
439+ aria-disabled = " false"
440+ class = " pf-v5-c-button pf-m-primary"
441+ data-ouia-component-id = " OUIA-Generated-Button-primary-3"
442+ data-ouia-component-type = " PF5/Button"
443+ data-ouia-safe = " true"
444+ href = " ."
445+ >
446+ Go to landing page
447+ </a >
448+ </div >
417449 </div >
418450 </div >
419451</div >
0 commit comments