Skip to content

Commit

Permalink
test(table): update test
Browse files Browse the repository at this point in the history
  • Loading branch information
realyuyanan committed Dec 24, 2021
1 parent 75400db commit a91e32f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions test/ssr/__snapshots__/ssr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -10977,7 +10977,7 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-header.vue corre
<div class="t-table t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right:0px;">
<div class="t-table__header">
<table style="table-layout:fixed;padding-right:0px;">
<colgroup>
<col style="width:100px;">
Expand Down Expand Up @@ -11205,7 +11205,7 @@ exports[`ssr snapshot test renders ./examples/table/demos/fixed-header-col.vue c
<div class="t-table t-table--bordered t-table__cell--fixed t-table--has-fixed t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right:0px;">
<div class="t-table__header">
<table style="table-layout:fixed;padding-right:0px;">
<colgroup>
<col style="width:100px;">
Expand Down Expand Up @@ -11458,7 +11458,7 @@ exports[`ssr snapshot test renders ./examples/table/demos/loading.vue correctly
<div class="t-table t-size-s t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right:0px;">
<div class="t-table__header">
<table style="table-layout:fixed;padding-right:0px;">
<colgroup>
<col style="width:100px;min-width:100px;">
Expand Down Expand Up @@ -11509,7 +11509,7 @@ exports[`ssr snapshot test renders ./examples/table/demos/loading.vue correctly
<div class="t-table t-size-s t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right:0px;">
<div class="t-table__header">
<table style="table-layout:fixed;padding-right:0px;">
<colgroup>
<col style="width:100px;min-width:100px;">
Expand Down Expand Up @@ -11562,7 +11562,7 @@ exports[`ssr snapshot test renders ./examples/table/demos/loading.vue correctly
<div class="t-table t-size-s t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right:0px;">
<div class="t-table__header">
<table style="table-layout:fixed;padding-right:0px;">
<colgroup>
<col style="width:100px;min-width:100px;">
Expand Down
1 change: 0 additions & 1 deletion test/unit/table/__snapshots__/demo.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -2571,7 +2571,6 @@ exports[`Table fixedHeader demo works fine 1`] = `
>
<div
class="t-table__header"
style="padding-right: 0px;"
>
<table
style="table-layout: fixed; padding-right: 0px;"
Expand Down
2 changes: 1 addition & 1 deletion test/unit/table/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`Table :props :props.bordered, :props:hover, :props.stripe, :props.size,
<div class="t-table t-table__header--fixed">
<div class="t-loading__parent">
<div class="t-table__content">
<div class="t-table__header" style="padding-right: 0px;">
<div class="t-table__header">
<table style="table-layout: fixed; padding-right: 0px;">
<colgroup>
<col>
Expand Down

0 comments on commit a91e32f

Please sign in to comment.