Skip to content

Commit

Permalink
updating test snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: kohinoor98 <[email protected]>
  • Loading branch information
kohinoor98 committed Nov 21, 2023
1 parent fa0f321 commit 8f609bc
Showing 1 changed file with 6 additions and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -808,15 +808,6 @@ exports[`DestinationsList renders 1`] = `
"truncateText": true,
"width": "100px",
},
Object {
"field": "user",
"name": "Last updated by",
"render": [Function],
"sortable": true,
"textOnly": true,
"truncateText": true,
"width": "100px",
},
Object {
"actions": Array [
Object {
Expand Down Expand Up @@ -916,13 +907,6 @@ exports[`DestinationsList renders 1`] = `
"name": "Destination type",
"onSort": [Function],
},
Object {
"isSortAscending": undefined,
"isSorted": false,
"key": "_data_s_user_2",
"name": "Last updated by",
"onSort": [Function],
},
]
}
>
Expand Down Expand Up @@ -1201,74 +1185,9 @@ exports[`DestinationsList renders 1`] = `
</button>
</th>
</EuiTableHeaderCell>
<EuiTableHeaderCell
align="left"
data-test-subj="tableHeaderCell_user_2"
isSorted={false}
key="_data_h_user_2"
onSort={[Function]}
width="100px"
>
<th
aria-live="polite"
aria-sort="none"
className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_user_2"
role="columnheader"
scope="col"
style={
Object {
"width": "100px",
}
}
>
<button
className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]}
type="button"
>
<span
className="euiTableCellContent"
>
<EuiInnerText>
<EuiI18n
default="{innerText}; Sorted in {ariaSortValue} order"
token="euiTableHeaderCell.titleTextWithSort"
values={
Object {
"ariaSortValue": "none",
"innerText": "Last updated by",
}
}
>
<span
className="euiTableCellContent__text"
title="Last updated by"
>
Last updated by
</span>
</EuiI18n>
</EuiInnerText>
<EuiScreenReaderOnly>
<span
className="euiScreenReaderOnly"
>
<EuiI18n
default="Click to sort in ascending order"
token="euiTableHeaderCell.clickForAscending"
>
Click to sort in ascending order
</EuiI18n>
</span>
</EuiScreenReaderOnly>
</span>
</button>
</th>
</EuiTableHeaderCell>
<EuiTableHeaderCell
align="right"
key="_actions_h_3"
key="_actions_h_2"
width="35px"
>
<th
Expand Down Expand Up @@ -1306,12 +1225,12 @@ exports[`DestinationsList renders 1`] = `
>
<EuiTableRowCell
align="center"
colSpan={4}
colSpan={3}
isMobileFullWidth={true}
>
<td
className="euiTableRowCell euiTableRowCell--isMobileFullWidth"
colSpan={4}
colSpan={3}
style={
Object {
"width": undefined,
Expand Down Expand Up @@ -2156,15 +2075,6 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
"truncateText": true,
"width": "100px",
},
Object {
"field": "user",
"name": "Last updated by",
"render": [Function],
"sortable": true,
"textOnly": true,
"truncateText": true,
"width": "100px",
},
Object {
"actions": Array [
Object {
Expand Down Expand Up @@ -2264,13 +2174,6 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
"name": "Destination type",
"onSort": [Function],
},
Object {
"isSortAscending": undefined,
"isSorted": false,
"key": "_data_s_user_2",
"name": "Last updated by",
"onSort": [Function],
},
]
}
>
Expand Down Expand Up @@ -2549,74 +2452,9 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
</button>
</th>
</EuiTableHeaderCell>
<EuiTableHeaderCell
align="left"
data-test-subj="tableHeaderCell_user_2"
isSorted={false}
key="_data_h_user_2"
onSort={[Function]}
width="100px"
>
<th
aria-live="polite"
aria-sort="none"
className="euiTableHeaderCell"
data-test-subj="tableHeaderCell_user_2"
role="columnheader"
scope="col"
style={
Object {
"width": "100px",
}
}
>
<button
className="euiTableHeaderButton"
data-test-subj="tableHeaderSortButton"
onClick={[Function]}
type="button"
>
<span
className="euiTableCellContent"
>
<EuiInnerText>
<EuiI18n
default="{innerText}; Sorted in {ariaSortValue} order"
token="euiTableHeaderCell.titleTextWithSort"
values={
Object {
"ariaSortValue": "none",
"innerText": "Last updated by",
}
}
>
<span
className="euiTableCellContent__text"
title="Last updated by"
>
Last updated by
</span>
</EuiI18n>
</EuiInnerText>
<EuiScreenReaderOnly>
<span
className="euiScreenReaderOnly"
>
<EuiI18n
default="Click to sort in ascending order"
token="euiTableHeaderCell.clickForAscending"
>
Click to sort in ascending order
</EuiI18n>
</span>
</EuiScreenReaderOnly>
</span>
</button>
</th>
</EuiTableHeaderCell>
<EuiTableHeaderCell
align="right"
key="_actions_h_3"
key="_actions_h_2"
width="35px"
>
<th
Expand Down Expand Up @@ -2654,12 +2492,12 @@ exports[`DestinationsList renders when email is disallowed 1`] = `
>
<EuiTableRowCell
align="center"
colSpan={4}
colSpan={3}
isMobileFullWidth={true}
>
<td
className="euiTableRowCell euiTableRowCell--isMobileFullWidth"
colSpan={4}
colSpan={3}
style={
Object {
"width": undefined,
Expand Down

0 comments on commit 8f609bc

Please sign in to comment.