@@ -50,8 +50,8 @@ exports[`NotAuthorized component should apply custom styles 1`] = `
5050 >
5151 <a
5252 aria-disabled = " false"
53- class = " pf-v5-c-button pf-m-primary "
54- data-ouia-component-id = " OUIA-Generated-Button-primary -2"
53+ class = " pf-v5-c-button pf-m-link "
54+ data-ouia-component-id = " OUIA-Generated-Button-link -2"
5555 data-ouia-component-type = " PF5/Button"
5656 data-ouia-safe = " true"
5757 href = " ."
@@ -167,8 +167,8 @@ exports[`NotAuthorized component should render 1`] = `
167167 >
168168 <a
169169 aria-disabled = " false"
170- class = " pf-v5-c-button pf-m-primary "
171- data-ouia-component-id = " OUIA-Generated-Button-primary -1"
170+ class = " pf-v5-c-button pf-m-link "
171+ data-ouia-component-id = " OUIA-Generated-Button-link -1"
172172 data-ouia-component-type = " PF5/Button"
173173 data-ouia-safe = " true"
174174 href = " ."
@@ -234,19 +234,28 @@ exports[`NotAuthorized component should show custom actions 1`] = `
234234 >
235235 1
236236 </button >
237- <button
238- id = " action-one"
239- >
240- 2
241- </button >
242237 </div >
243238 <div
244239 class = " pf-v5-c-empty-state__actions"
245240 >
241+ <div
242+ class = " pf-v5-c-empty-state__actions"
243+ >
244+ <button
245+ id = " action-one"
246+ >
247+ 2
248+ </button >
249+ <button
250+ id = " action-one"
251+ >
252+ 3
253+ </button >
254+ </div >
246255 <a
247256 aria-disabled = " false"
248- class = " pf-v5-c-button pf-m-primary "
249- data-ouia-component-id = " OUIA-Generated-Button-primary -6"
257+ class = " pf-v5-c-button pf-m-link "
258+ data-ouia-component-id = " OUIA-Generated-Button-link -6"
250259 data-ouia-component-type = " PF5/Button"
251260 data-ouia-safe = " true"
252261 href = " ."
@@ -309,8 +318,8 @@ exports[`NotAuthorized component should show custom description 1`] = `
309318 >
310319 <a
311320 aria-disabled = " false"
312- class = " pf-v5-c-button pf-m-primary "
313- data-ouia-component-id = " OUIA-Generated-Button-primary -4"
321+ class = " pf-v5-c-button pf-m-link "
322+ data-ouia-component-id = " OUIA-Generated-Button-link -4"
314323 data-ouia-component-type = " PF5/Button"
315324 data-ouia-safe = " true"
316325 href = " ."
@@ -373,8 +382,8 @@ exports[`NotAuthorized component should show custom title 1`] = `
373382 >
374383 <a
375384 aria-disabled = " false"
376- class = " pf-v5-c-button pf-m-primary "
377- data-ouia-component-id = " OUIA-Generated-Button-primary -5"
385+ class = " pf-v5-c-button pf-m-link "
386+ data-ouia-component-id = " OUIA-Generated-Button-link -5"
378387 data-ouia-component-type = " PF5/Button"
379388 data-ouia-safe = " true"
380389 href = " ."
@@ -437,8 +446,8 @@ exports[`NotAuthorized component should use custom icon 1`] = `
437446 >
438447 <a
439448 aria-disabled = " false"
440- class = " pf-v5-c-button pf-m-primary "
441- data-ouia-component-id = " OUIA-Generated-Button-primary -3"
449+ class = " pf-v5-c-button pf-m-link "
450+ data-ouia-component-id = " OUIA-Generated-Button-link -3"
442451 data-ouia-component-type = " PF5/Button"
443452 data-ouia-safe = " true"
444453 href = " ."
0 commit comments