fix(table): replaced column-type of "row-header" with boolean row-header #1513
node.js.yml
on: pull_request
build
3m 44s
release
0s
deploy
0s
Annotations
8 errors and 1 warning
src/components/ebay-table/test/test.server.js > ebay-table > renders Default:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders Default 1` mismatched
- Expected
+ Received
@@ -7,10 +7,11 @@
<table>
<thead>
<tr>
<th
class="table-cell"
+ row-header=""
>
Seller
</th>
<th
class="table-cell"
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders TableDensity:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders TableDensity 1` mismatched
- Expected
+ Received
@@ -7,10 +7,11 @@
<table>
<thead>
<tr>
<th
class="table-cell"
+ row-header=""
>
Seller
</th>
<th
class="table-cell"
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders SelectionModeBasic:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders SelectionModeBasic 1` mismatched
- Expected
+ Received
@@ -46,10 +46,11 @@
</span>
</span>
</th>
<th
class="table-cell"
+ row-header=""
>
Seller
</th>
<th
class="table-cell"
@@ -145,6 +146,6 @@
<symbol
id="icon-checkbox-checked-18"
viewBox="0 0 18 18"
>
<path
- d="M0 6.4c0-2.24 0-3.36.436-4.216A4 4 0 0 1 2.184.436C3.04 0 4.16 0 6.4 0h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 3.04 18 4.16 18 6.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H6.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C0 14.96 0 13.84 0 11.6V6.4Zm14.71-2.11a1 1 0 0 0-1.41 0L7 10.59l-..."
+ d="M0 6.4c0-2.24 0-3.36.436-4.216A4 4 0 0 1 2.184.436C3.04 0 4.16 0 6.4 0h5.2c2.24 0 3.36 0 4.216.436a4 4 0 0 1 1.748 1.748C18 3.04 18 4.16 18 6.4v5.2c0 2.24 0 3.36-.436 4.216a4 4 0 0 1-1.748 1.748C14.96 18 13.84 18 11.6 18H6.4c-2.24 0-3.36 0-4.216-.436a4 4 0 0 1-1.748-1.748C0 14.96 0 13.84 0 1..."
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders TableWithActions:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders TableWithActions 1` mismatched
- Expected
+ Received
@@ -7,10 +7,11 @@
<table>
<thead>
<tr>
<th
class="table-cell"
+ row-header=""
>
Seller
</th>
<th
class="table-cell"
@@ -171,6 +172,6 @@
</span>
</a>
<button
class="icon-btn"
data-ebayui=""
- data-marko="{\"onclick\":\"handleClick s0-0-18[3[0]]-3[0] false\",\"onkeydown\":\"handleKeydown s0-0-18[3[0]]-3[0] false\",\"onfocus\":\"handleFocus s0-0-18[3[0]]-3[0] false\",\"onblur\":\"handleBlur s0-0-18[3[0]]-3[0] ..."
+ data-marko="{\"onclick\":\"handleClick s0-0-18[3[0]]-3[0] false\",\"onkeydown\":\"handleKeydown s0-0-18[3[0]]-3[0] false\",\"onfocus\":\"handleFocus s0-0-18[3[0]]-3[0] false..."
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders ColumnSorting:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders ColumnSorting 1` mismatched
- Expected
+ Received
@@ -8,10 +8,11 @@
<thead>
<tr>
<th
aria-sort="ascending"
class="table-cell"
+ row-header=""
>
<button
aria-pressed="true"
type="button"
>
@@ -167,7 +168,6 @@
/>
</svg>
</button>
</th>
<th
- class="table-cell table-cell--numeric"
- ..."
+ class="..."
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders ColumnSortingWithLink:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders ColumnSortingWithLink 1` mismatched
- Expected
+ Received
@@ -8,10 +8,11 @@
<thead>
<tr>
<th
aria-sort="ascending"
class="table-cell"
+ row-header=""
>
<a
href="https://www.ebay.com"
>
Seller
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
src/components/ebay-table/test/test.server.js > ebay-table > renders ColumnSortingClientSide:
src/common/test-utils/snapshots.js#L7
Error: Snapshot `ebay-table > renders ColumnSortingClientSide 1` mismatched
- Expected
+ Received
@@ -7,10 +7,11 @@
<table>
<thead>
<tr>
<th
class="table-cell"
+ row-header=""
>
Seller
</th>
<th
class="table-cell"
@@ -192,7 +193,6 @@
</td>
<td
class="table-cell"
>
<a
- href="https://ebay.com"
- ..."
+ href�..."
❯ src/common/test-utils/snapshots.js:7:38
❯ src/components/ebay-table/test/test.server.js:10:13
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|