Skip to content

Commit

Permalink
test(suite): test new device renders
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavProchazka committed Dec 14, 2024
1 parent 0fc5924 commit c892035
Show file tree
Hide file tree
Showing 15 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ export const RotateDeviceImage = ({

const isDeviceImageRotating =
deviceModel &&
[DeviceModelInternal.T2B1, DeviceModelInternal.T3B1, DeviceModelInternal.T3T1].includes(
deviceModel,
);
[
DeviceModelInternal.T1B1,
DeviceModelInternal.T2T1,
DeviceModelInternal.T2B1,
DeviceModelInternal.T3B1,
DeviceModelInternal.T3T1,
].includes(deviceModel);

return (
<>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c892035

Please sign in to comment.