feat: split layouts and initial bounds #815
Annotations
3 errors and 2 warnings
src/components/controls/control-panel.spec.tsx > <ControlPanel /> > renders with default mobile position and size:
gbajs3/src/components/controls/control-panel.spec.tsx#L68
Error: Snapshot `<ControlPanel /> > renders with default mobile position and size 1` mismatched
- Expected
+ Received
@@ -242,10 +242,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":r6:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -364,10 +367,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":r7:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -402,10 +408,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":r8:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -494,10 +503,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":r9:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
❯ src/components/controls/control-panel.spec.tsx:68:33
|
src/components/controls/control-panel.spec.tsx > <ControlPanel /> > renders with default desktop position and size:
gbajs3/src/components/controls/control-panel.spec.tsx#L94
Error: Snapshot `<ControlPanel /> > renders with default desktop position and size 1` mismatched
- Expected
+ Received
@@ -247,10 +247,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":rb:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -369,10 +372,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":rc:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -407,10 +413,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":rd:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
@@ -499,10 +508,13 @@
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-sizeSmall css-dhaj44-MuiButtonBase-root-MuiIconButton-root"
id=":re:"
tabindex="0"
type="button"
>
+ <span
+ class="MuiIconButton-loadingIndicator css-165vu30-MuiIconButton-loadingIndicator"
+ />
<svg
fill="currentColor"
height="2em"
stroke="currentColor"
stroke-width="0"
❯ src/components/controls/control-panel.spec.tsx:94:33
|
gbajs3 / build
Process completed with exit code 1.
|
change-detect
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
gbajs3 / build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|