github.com/freiheit-com/kuberpult@v1.24.2-0.20240328135542-315d5630abe6/services/frontend-service/src/ui/components/Spinner/__snapshots__/Spinner.test.tsx.snap (about) 1 // Jest Snapshot v1, https://goo.gl/fbAQLP 2 3 exports[`Spinner Renders Renders 1`] = ` 4 <div 5 class="spinner" 6 > 7 <div 8 class="spinner-animation" 9 > 10 <span 11 style="display: inherit; position: relative; font-size: 0px; height: 200px; width: 200px;" 12 > 13 <span 14 style="width: 0px; height: 0px; border-right: 100px solid transparent; border-top: 100px solid transparent; border-radius: 100px; position: absolute; animation: react-spinners-PacmanLoader-pacman-1 0.8s infinite ease-in-out; animation-fill-mode: both;" 15 /> 16 <span 17 style="width: 0px; height: 0px; border-right: 100px solid transparent; border-bottom: 100px solid transparent; border-radius: 100px; position: absolute; animation: react-spinners-PacmanLoader-pacman-2 0.8s infinite ease-in-out; animation-fill-mode: both;" 18 /> 19 <span 20 style="width: 33.333333333333336px; height: 33.333333333333336px; margin: 2px; border-radius: 100%; transform: translate(0, -25px); position: absolute; top: 100px; left: 400px; animation: react-spinners-PacmanLoader-ball 1s 0.5s infinite linear; animation-fill-mode: both;" 21 /> 22 <span 23 style="width: 33.333333333333336px; height: 33.333333333333336px; margin: 2px; border-radius: 100%; transform: translate(0, -25px); position: absolute; top: 100px; left: 400px; animation: react-spinners-PacmanLoader-ball 1s 0.75s infinite linear; animation-fill-mode: both;" 24 /> 25 <span 26 style="width: 33.333333333333336px; height: 33.333333333333336px; margin: 2px; border-radius: 100%; transform: translate(0, -25px); position: absolute; top: 100px; left: 400px; animation: react-spinners-PacmanLoader-ball 1s 1s infinite linear; animation-fill-mode: both;" 27 /> 28 <span 29 style="width: 33.333333333333336px; height: 33.333333333333336px; margin: 2px; border-radius: 100%; transform: translate(0, -25px); position: absolute; top: 100px; left: 400px; animation: react-spinners-PacmanLoader-ball 1s 1.25s infinite linear; animation-fill-mode: both;" 30 /> 31 </span> 32 </div> 33 <div 34 class="spinner-message" 35 > 36 hello 37 ... 38 </div> 39 </div> 40 `;