Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit ba333e6

Browse files
author
Kerry Archibald
committed
update snapshots
1 parent 7c85437 commit ba333e6

File tree

3 files changed

+1
-99
lines changed

3 files changed

+1
-99
lines changed

test/components/views/settings/devices/__snapshots__/CurrentDeviceSection-test.tsx.snap

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -90,39 +90,6 @@ HTMLCollection [
9090
alices_device
9191
</td>
9292
</tr>
93-
<tr>
94-
<td
95-
class="mxDeviceDetails_metadataLabel"
96-
>
97-
Last activity
98-
</td>
99-
<td
100-
class="mxDeviceDetails_metadataValue"
101-
/>
102-
</tr>
103-
</tbody>
104-
</table>
105-
<table
106-
class="mx_DeviceDetails_metadataTable"
107-
>
108-
<thead>
109-
<tr>
110-
<th>
111-
Device
112-
</th>
113-
</tr>
114-
</thead>
115-
<tbody>
116-
<tr>
117-
<td
118-
class="mxDeviceDetails_metadataLabel"
119-
>
120-
IP address
121-
</td>
122-
<td
123-
class="mxDeviceDetails_metadataValue"
124-
/>
125-
</tr>
12693
</tbody>
12794
</table>
12895
</section>

test/components/views/settings/devices/__snapshots__/DeviceDetails-test.tsx.snap

Lines changed: 0 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -78,39 +78,6 @@ exports[`<DeviceDetails /> renders a verified device 1`] = `
7878
my-device
7979
</td>
8080
</tr>
81-
<tr>
82-
<td
83-
class="mxDeviceDetails_metadataLabel"
84-
>
85-
Last activity
86-
</td>
87-
<td
88-
class="mxDeviceDetails_metadataValue"
89-
/>
90-
</tr>
91-
</tbody>
92-
</table>
93-
<table
94-
class="mx_DeviceDetails_metadataTable"
95-
>
96-
<thead>
97-
<tr>
98-
<th>
99-
Device
100-
</th>
101-
</tr>
102-
</thead>
103-
<tbody>
104-
<tr>
105-
<td
106-
class="mxDeviceDetails_metadataLabel"
107-
>
108-
IP address
109-
</td>
110-
<td
111-
class="mxDeviceDetails_metadataValue"
112-
/>
113-
</tr>
11481
</tbody>
11582
</table>
11683
</section>
@@ -350,39 +317,6 @@ exports[`<DeviceDetails /> renders device without metadata 1`] = `
350317
my-device
351318
</td>
352319
</tr>
353-
<tr>
354-
<td
355-
class="mxDeviceDetails_metadataLabel"
356-
>
357-
Last activity
358-
</td>
359-
<td
360-
class="mxDeviceDetails_metadataValue"
361-
/>
362-
</tr>
363-
</tbody>
364-
</table>
365-
<table
366-
class="mx_DeviceDetails_metadataTable"
367-
>
368-
<thead>
369-
<tr>
370-
<th>
371-
Device
372-
</th>
373-
</tr>
374-
</thead>
375-
<tbody>
376-
<tr>
377-
<td
378-
class="mxDeviceDetails_metadataLabel"
379-
>
380-
IP address
381-
</td>
382-
<td
383-
class="mxDeviceDetails_metadataValue"
384-
/>
385-
</tr>
386320
</tbody>
387321
</table>
388322
</section>

test/components/views/settings/tabs/user/SessionManagerTab-test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ describe('<SessionManagerTab />', () => {
6767
deleteMultipleDevices: jest.fn(),
6868
generateClientSecret: jest.fn(),
6969
setDeviceDetails: jest.fn(),
70+
getAccountData: jest.fn(),
7071
});
7172

7273
const defaultProps = {};

0 commit comments

Comments
 (0)