@@ -126,7 +126,7 @@ exports[`DesktopViewer default MoreInformationContent 1`] = `
126126 <div >
127127 Download the MSI from
128128 <a
129- href = " https://virt-manager.org/download/ "
129+ href = " https://virt-manager.org/download"
130130 rel = " noopener noreferrer"
131131 target = " _blank"
132132 >
@@ -160,7 +160,11 @@ exports[`DesktopViewer empty 1`] = `
160160 disabled = " "
161161 type = " button"
162162 >
163- Launch Remote Viewer
163+ <span
164+ class = " pf-v6-c-button__text"
165+ >
166+ Launch Remote Viewer
167+ </span >
164168 </button >
165169 </div >
166170 </div >
@@ -205,7 +209,11 @@ exports[`DesktopViewer with Spice and VNC 1`] = `
205209 data-ouia-safe = " true"
206210 type = " button"
207211 >
208- Launch Remote Viewer
212+ <span
213+ class = " pf-v6-c-button__text"
214+ >
215+ Launch Remote Viewer
216+ </span >
209217 </button >
210218 </div >
211219 <div
@@ -360,7 +368,7 @@ exports[`DesktopViewer with Spice and VNC 1`] = `
360368 <div >
361369 Download the MSI from
362370 <a
363- href = " https://virt-manager.org/download/ "
371+ href = " https://virt-manager.org/download"
364372 rel = " noopener noreferrer"
365373 target = " _blank"
366374 >
@@ -526,7 +534,11 @@ exports[`DesktopViewer with Spice, VNC and RDP (different hostname) 1`] = `
526534 data-ouia-safe = " true"
527535 type = " button"
528536 >
529- Launch Remote Viewer
537+ <span
538+ class = " pf-v6-c-button__text"
539+ >
540+ Launch Remote Viewer
541+ </span >
530542 </button >
531543 <button
532544 aria-disabled = " false"
@@ -536,7 +548,11 @@ exports[`DesktopViewer with Spice, VNC and RDP (different hostname) 1`] = `
536548 data-ouia-safe = " true"
537549 type = " button"
538550 >
539- Launch Remote Desktop
551+ <span
552+ class = " pf-v6-c-button__text"
553+ >
554+ Launch Remote Desktop
555+ </span >
540556 </button >
541557 </div >
542558 <div
@@ -691,7 +707,7 @@ exports[`DesktopViewer with Spice, VNC and RDP (different hostname) 1`] = `
691707 <div >
692708 Download the MSI from
693709 <a
694- href = " https://virt-manager.org/download/ "
710+ href = " https://virt-manager.org/download"
695711 rel = " noopener noreferrer"
696712 target = " _blank"
697713 >
@@ -942,7 +958,11 @@ exports[`DesktopViewer with Spice, VNC and RDP 1`] = `
942958 data-ouia-safe = " true"
943959 type = " button"
944960 >
945- Launch Remote Viewer
961+ <span
962+ class = " pf-v6-c-button__text"
963+ >
964+ Launch Remote Viewer
965+ </span >
946966 </button >
947967 <button
948968 aria-disabled = " false"
@@ -952,7 +972,11 @@ exports[`DesktopViewer with Spice, VNC and RDP 1`] = `
952972 data-ouia-safe = " true"
953973 type = " button"
954974 >
955- Launch Remote Desktop
975+ <span
976+ class = " pf-v6-c-button__text"
977+ >
978+ Launch Remote Desktop
979+ </span >
956980 </button >
957981 </div >
958982 <div
@@ -1107,7 +1131,7 @@ exports[`DesktopViewer with Spice, VNC and RDP 1`] = `
11071131 <div >
11081132 Download the MSI from
11091133 <a
1110- href = " https://virt-manager.org/download/ "
1134+ href = " https://virt-manager.org/download"
11111135 rel = " noopener noreferrer"
11121136 target = " _blank"
11131137 >
0 commit comments