Update product type test snapshot

This commit is contained in:
Dawid Tarasiuk 2020-10-02 12:50:58 +02:00
parent 5adcc77e14
commit 8dcb263cd3
2 changed files with 1 additions and 90 deletions

View file

@ -47,7 +47,7 @@ All notable, unreleased changes to this project will be documented in this file.
- Change plural form of "informations" to "information" strings across the app #722 by @mmarkusik - Change plural form of "informations" to "information" strings across the app #722 by @mmarkusik
- Fix misaligned rich text draft controls - #725 by @orzechdev - Fix misaligned rich text draft controls - #725 by @orzechdev
- Allow taxes to be configured per product - #728 by @dominik-zeglen - Allow taxes to be configured per product - #728 by @dominik-zeglen
- Fix style of product type attributes empty table - #744 by @orzechdev
## 2.10.1 ## 2.10.1

View file

@ -128346,71 +128346,6 @@ exports[`Storyshots Views / Product types / Product type details loading 1`] = `
class="ProductTypeAttributes-colAction-id" class="ProductTypeAttributes-colAction-id"
/> />
</colgroup> </colgroup>
<thead
class="MuiTableHead-root-id"
>
<tr
class="MuiTableRow-root-id MuiTableRow-head-id"
>
<th
class="MuiTableCell-root-id MuiTableCell-head-id"
scope="col"
/>
<th
class="MuiTableCell-root-id MuiTableCell-head-id TableHead-dragRows-id MuiTableCell-paddingCheckbox-id"
scope="col"
>
<span
aria-disabled="true"
class="MuiButtonBase-root-id MuiIconButton-root-id PrivateSwitchBase-root-id MuiCheckbox-root-id MuiCheckbox-colorPrimary-id PrivateSwitchBase-disabled-id MuiCheckbox-disabled-id MuiIconButton-colorPrimary-id MuiIconButton-disabled-id MuiButtonBase-disabled-id"
tabindex="-1"
>
<span
class="MuiIconButton-label-id"
>
<input
class="PrivateSwitchBase-input-id"
data-indeterminate="false"
disabled=""
type="checkbox"
/>
<svg
aria-hidden="true"
class="MuiSvgIcon-root-id"
focusable="false"
role="presentation"
viewBox="0 0 24 24"
>
<rect
fill="none"
height="14"
stroke="currentColor"
width="14"
x="5"
y="5"
/>
</svg>
</span>
</span>
</th>
<th
class="MuiTableCell-root-id MuiTableCell-head-id ProductTypeAttributes-colName-id"
scope="col"
>
Attribute name
</th>
<th
class="MuiTableCell-root-id MuiTableCell-head-id ProductTypeAttributes-colName-id"
scope="col"
>
Slug
</th>
<th
class="MuiTableCell-root-id MuiTableCell-head-id"
scope="col"
/>
</tr>
</thead>
<tbody <tbody
class="MuiTableBody-root-id" class="MuiTableBody-root-id"
> >
@ -128972,30 +128907,6 @@ exports[`Storyshots Views / Product types / Product type details no attributes 1
class="ProductTypeAttributes-colAction-id" class="ProductTypeAttributes-colAction-id"
/> />
</colgroup> </colgroup>
<thead
class="MuiTableHead-root-id"
>
<tr
class="MuiTableRow-root-id MuiTableRow-head-id"
>
<th
class="MuiTableCell-root-id MuiTableCell-head-id ProductTypeAttributes-colName-id"
scope="col"
>
Attribute name
</th>
<th
class="MuiTableCell-root-id MuiTableCell-head-id ProductTypeAttributes-colName-id"
scope="col"
>
Slug
</th>
<th
class="MuiTableCell-root-id MuiTableCell-head-id"
scope="col"
/>
</tr>
</thead>
<tbody <tbody
class="MuiTableBody-root-id" class="MuiTableBody-root-id"
> >