Skip to content

Commit

Permalink
Updated Tree Table Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusNotheis committed Mar 11, 2020
1 parent 93a9e3b commit a7ed2db
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ describe('AnalyticalTable', () => {
/>
);

let colInst = wrapper
.find({ role: 'columnheader' })
const colInst = wrapper
.find('div[role="columnheader"]')
.at(0)
.instance();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1635,6 +1635,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
<div
class="TableColumnHeader--resizer-"
draggable="false"
role="separator"
style="cursor: ew-resize;"
/>
</div>
Expand Down Expand Up @@ -1716,6 +1717,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
<div
class="TableColumnHeader--resizer-"
draggable="false"
role="separator"
style="cursor: ew-resize;"
/>
</div>
Expand Down Expand Up @@ -1797,6 +1799,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
<div
class="TableColumnHeader--resizer-"
draggable="false"
role="separator"
style="cursor: ew-resize;"
/>
</div>
Expand Down Expand Up @@ -1879,6 +1882,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
<div
class="TableColumnHeader--resizer- TableColumnHeader--lastColumn-"
draggable="false"
role="separator"
style="cursor: ew-resize;"
/>
</div>
Expand All @@ -1898,25 +1902,27 @@ exports[`AnalyticalTable Tree Table 1`] = `
>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 0px; width: 36px; align-items: center;"
>
<div
style="width: 100%; height: 100%;"
/>
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
>
<span
style="cursor: pointer; padding-left: 0px;"
title="Toggle Expanded"
title="Toggle Row Expanded"
>
<ui5-icon
name="navigation-right-arrow"
style="height: 0.75rem; width: 0.75rem; padding: 0.625rem; display: block;"
/>
</span>
</div>
<div
class="AnalyticalTable--tableCell-"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
>
<span
style="padding-left: 0px;"
/>
<span
class="Text--text- Text--noWrap-"
style="width: 100%;"
Expand All @@ -1927,6 +1933,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 186px; width: 150px; align-items: center;"
>
<span
Expand All @@ -1942,6 +1949,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 336px; width: 150px; align-items: center;"
>
<span
Expand All @@ -1957,6 +1965,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 486px; width: 150px; align-items: center;"
>
<span
Expand All @@ -1979,17 +1988,19 @@ exports[`AnalyticalTable Tree Table 1`] = `
>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 0px; width: 36px; align-items: center;"
>
<span />
<div
style="width: 100%; height: 100%;"
/>
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
>
<span
style="padding-left: 0px;"
/>
<span />
<span
class="Text--text- Text--noWrap-"
style="width: 100%;"
Expand All @@ -2000,6 +2011,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 186px; width: 150px; align-items: center;"
>
<span
Expand All @@ -2015,6 +2027,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 336px; width: 150px; align-items: center;"
>
<span
Expand All @@ -2030,6 +2043,7 @@ exports[`AnalyticalTable Tree Table 1`] = `
</div>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 486px; width: 150px; align-items: center;"
>
<span
Expand All @@ -2052,22 +2066,27 @@ exports[`AnalyticalTable Tree Table 1`] = `
>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 0px; width: 36px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 186px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 336px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 486px; width: 150px; align-items: center;"
/>
</div>
Expand All @@ -2079,22 +2098,27 @@ exports[`AnalyticalTable Tree Table 1`] = `
>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 0px; width: 36px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 186px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 336px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 486px; width: 150px; align-items: center;"
/>
</div>
Expand All @@ -2106,22 +2130,27 @@ exports[`AnalyticalTable Tree Table 1`] = `
>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 0px; width: 36px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 36px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 186px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 336px; width: 150px; align-items: center;"
/>
<div
class="AnalyticalTable--tableCell-"
role="cell"
style="position: absolute; top: 0px; left: 486px; width: 150px; align-items: center;"
/>
</div>
Expand Down

0 comments on commit a7ed2db

Please sign in to comment.