Files
ota-admin-portal/src/components/Cars/Status/__snapshots__/RemoteCommandsTab.test.jsx.snap
2024-04-04 16:01:59 -04:00

159 lines
4.9 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`RemoteCommandsTab Render 1`] = `
<div>
<div
data-testid="mocked-statusprovider"
>
<div
data-testid="mocked-userprovider"
>
<div
class="makeStyles-paper-0 makeStyles-tableSize-0"
>
<h6
class="MuiTypography-root MuiTypography-h6"
>
Vehicle Commands
</h6>
<div
data-testid="mocked-vehicleprovider"
>
<div
class="makeStyles-paper-0"
style="margin-top: 20px;"
>
<div
class="MuiFormControl-root makeStyles-formControl-0"
>
<label
class="MuiFormLabel-root MuiInputLabel-root makeStyles-whiteBackground-0 MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-marginDense MuiInputLabel-outlined MuiFormLabel-filled"
data-shrink="true"
for="send-command"
>
Command
</label>
<div
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-formControl MuiInputBase-marginDense MuiOutlinedInput-marginDense"
>
<select
aria-invalid="false"
class="MuiSelect-root MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputMarginDense MuiOutlinedInput-inputMarginDense"
id="send-command"
name="send-command"
>
<option
value="doors_lock"
>
Lock doors
</option>
<option
value="doors_unlock"
>
Unlock doors
</option>
<option
value="flash_headlights"
>
Flash headlights
</option>
<option
value="trunk_close"
>
Close trunk
</option>
<option
value="alert"
>
Alert
</option>
<option
value="california_mode"
>
California mode
</option>
<option
value="trunk_open"
>
Open trunk
</option>
<option
value="temp_cabin"
>
Set cabin temperature(°C)
</option>
<option
value="defrost"
>
Defrost
</option>
<option
value="driver_seat_preheat"
>
Driver seat preheat
</option>
<option
value="passenger_seat_preheat"
>
Preheat passenger seat
</option>
<option
value="steering_wheel_preheat"
>
Preheat Steering wheel
</option>
<option
value="charging"
>
Charging
</option>
</select>
<svg
aria-hidden="true"
class="MuiSvgIcon-root MuiSelect-icon MuiSelect-iconOutlined"
focusable="false"
viewBox="0 0 24 24"
>
<path
d="M7 10l5 5 5-5z"
/>
</svg>
<fieldset
aria-hidden="true"
class="PrivateNotchedOutline-root-0 MuiOutlinedInput-notchedOutline"
style="padding-left: 8px;"
>
<legend
class="PrivateNotchedOutline-legend-0"
style="width: 0.01px;"
>
<span>
</span>
</legend>
</fieldset>
</div>
</div>
<button
aria-label="send command"
class="MuiButtonBase-root MuiButton-root MuiButton-contained makeStyles-submit-0 MuiButton-containedPrimary MuiButton-fullWidth"
tabindex="0"
type="submit"
>
<span
class="MuiButton-label"
>
Send
</span>
<span
class="MuiTouchRipple-root"
/>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
`;