Skip to content

Commit ca9fff2

Browse files
committed
update snapshots
1 parent 697a844 commit ca9fff2

File tree

7 files changed

+1
-191
lines changed

7 files changed

+1
-191
lines changed

packages/office-ui-fabric-react/src/components/Modal/__snapshots__/Modal.test.tsx.snap

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// Jest Snapshot v1, https://goo.gl/fbAQLP
22

33
exports[`Modal renders Modal correctly 1`] = `
4-
54
<span
65
className="ms-layer"
76
>
@@ -62,10 +61,6 @@ exports[`Modal renders Modal correctly 1`] = `
6261
onSubmit={[Function]}
6362
>
6463
<div
65-
aria-describedby={undefined}
66-
aria-label={undefined}
67-
aria-labelledby={undefined}
68-
className={undefined}
6964
onKeyDown={[Function]}
7065
role="dialog"
7166
style={
@@ -108,10 +103,8 @@ exports[`Modal renders Modal correctly 1`] = `
108103
border: 1px solid WindowText;
109104
opacity: 0;
110105
}
111-
onClick={undefined}
112106
/>
113107
<div
114-
aria-labelledby={undefined}
115108
className=
116109
ms-Dialog-main
117110
test-containerClassName

packages/office-ui-fabric-react/src/components/Panel/__snapshots__/Panel.test.tsx.snap

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ exports[`Panel renders Panel correctly 1`] = `
6161
onSubmit={[Function]}
6262
>
6363
<div
64-
aria-describedby={undefined}
65-
aria-label={undefined}
6664
aria-labelledby="Panel0-headerText"
6765
className=
6866
@@ -112,10 +110,8 @@ exports[`Panel renders Panel correctly 1`] = `
112110
@media screen and (-ms-high-contrast: active){& {
113111
border: 1px solid WindowText;
114112
}
115-
onClick={undefined}
116113
/>
117114
<div
118-
aria-labelledby={undefined}
119115
className=
120116
ms-Panel-main
121117
{
@@ -181,11 +177,6 @@ exports[`Panel renders Panel correctly 1`] = `
181177
}
182178
>
183179
<button
184-
aria-describedby={undefined}
185-
aria-disabled={undefined}
186-
aria-label={undefined}
187-
aria-labelledby={undefined}
188-
aria-pressed={undefined}
189180
className=
190181
ms-Button
191182
ms-Button--icon
@@ -251,7 +242,6 @@ exports[`Panel renders Panel correctly 1`] = `
251242
}
252243
data-is-focusable={true}
253244
data-is-visible={true}
254-
disabled={undefined}
255245
onClick={[Function]}
256246
onKeyDown={[Function]}
257247
onKeyPress={[Function]}

packages/office-ui-fabric-react/src/components/Tooltip/__snapshots__/Tooltip.test.tsx.snap

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ exports[`Tooltip renders default Tooltip correctly 1`] = `
6666
{
6767
position: relative;
6868
}
69-
style={undefined}
7069
>
7170
<div
7271
className=
@@ -97,9 +96,6 @@ exports[`Tooltip renders default Tooltip correctly 1`] = `
9796
tabIndex={-1}
9897
>
9998
<div
100-
aria-describedby={undefined}
101-
aria-label={undefined}
102-
aria-labelledby={undefined}
10399
className=
104100
ms-Callout-main
105101
{
@@ -109,8 +105,6 @@ exports[`Tooltip renders default Tooltip correctly 1`] = `
109105
position: relative;
110106
}
111107
onKeyDown={[Function]}
112-
onScroll={undefined}
113-
role={undefined}
114108
style={
115109
Object {
116110
"maxHeight": 750,
@@ -119,15 +113,9 @@ exports[`Tooltip renders default Tooltip correctly 1`] = `
119113
}
120114
>
121115
<div
122-
className={undefined}
123-
id={undefined}
124-
onMouseEnter={undefined}
125-
onMouseLeave={undefined}
126116
role="tooltip"
127117
>
128-
<p
129-
className={undefined}
130-
/>
118+
<p />
131119
</div>
132120
</div>
133121
</div>

packages/office-ui-fabric-react/src/components/__snapshots__/ChoiceGroup.Label.Example.tsx.shot

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ exports[`Component Examples renders ChoiceGroup.Label.Example.tsx correctly 1`]
6969
}
7070
data-automation-id="auto1"
7171
data-is-focusable={false}
72-
disabled={undefined}
7372
id="ChoiceGroup0-A"
7473
name="ChoiceGroup0"
7574
onBlur={[Function]}
@@ -181,7 +180,6 @@ exports[`Component Examples renders ChoiceGroup.Label.Example.tsx correctly 1`]
181180
top: 8px;
182181
}
183182
data-is-focusable={true}
184-
disabled={undefined}
185183
id="ChoiceGroup0-B"
186184
name="ChoiceGroup0"
187185
onBlur={[Function]}

packages/office-ui-fabric-react/src/components/__snapshots__/DetailsList.Advanced.Example.tsx.shot

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -561,11 +561,6 @@ exports[`Component Examples renders DetailsList.Advanced.Example.tsx correctly 1
561561
}
562562
>
563563
<button
564-
aria-describedby={undefined}
565-
aria-disabled={undefined}
566-
aria-label={undefined}
567-
aria-labelledby={undefined}
568-
aria-pressed={undefined}
569564
className=
570565
ms-Button
571566
ms-Button--commandBar
@@ -633,7 +628,6 @@ exports[`Component Examples renders DetailsList.Advanced.Example.tsx correctly 1
633628
color: #000000;
634629
}
635630
data-is-focusable={true}
636-
disabled={undefined}
637631
onClick={[Function]}
638632
onKeyDown={[Function]}
639633
onKeyPress={[Function]}

packages/office-ui-fabric-react/src/components/__snapshots__/Nav.Basic.Example.tsx.shot

Lines changed: 0 additions & 144 deletions
Original file line numberDiff line numberDiff line change
@@ -632,13 +632,7 @@ exports[`Component Examples renders Nav.Basic.Example.tsx correctly 1`] = `
632632
onKeyUp={[Function]}
633633
onMouseDown={[Function]}
634634
onMouseUp={[Function]}
635-
<<<<<<< HEAD
636-
title="News"
637-
=======
638-
rel={undefined}
639-
target={undefined}
640635
title="MSN"
641-
>>>>>>> master
642636
>
643637
<div
644638
className=
@@ -1510,138 +1504,6 @@ exports[`Component Examples renders Nav.Basic.Example.tsx correctly 1`] = `
15101504
border: none;
15111505
box-sizing: border-box;
15121506
color: #333333;
1513-
<<<<<<< HEAD
1514-
}
1515-
data-is-focusable={true}
1516-
href="http://cnn.com"
1517-
onClick={[Function]}
1518-
onKeyDown={[Function]}
1519-
onKeyPress={[Function]}
1520-
onKeyUp={[Function]}
1521-
onMouseDown={[Function]}
1522-
onMouseUp={[Function]}
1523-
title="Edit"
1524-
>
1525-
<div
1526-
className=
1527-
ms-Button-flexContainer
1528-
{
1529-
align-items: center;
1530-
display: flex;
1531-
flex-wrap: nowrap;
1532-
height: 100%;
1533-
justify-content: flex-start;
1534-
}
1535-
>
1536-
<i
1537-
aria-hidden={true}
1538-
className=
1539-
ms-Button-icon
1540-
{
1541-
-moz-osx-font-smoothing: grayscale;
1542-
-webkit-font-smoothing: antialiased;
1543-
color: #106ebe;
1544-
display: inline-block;
1545-
flex-shrink: 0;
1546-
font-family: "FabricMDL2Icons";
1547-
font-size: 16px;
1548-
font-style: normal;
1549-
font-weight: normal;
1550-
height: 16px;
1551-
line-height: 16px;
1552-
margin-bottom: 0;
1553-
margin-left: 4px;
1554-
margin-right: 4px;
1555-
margin-top: 0;
1556-
speak: none;
1557-
text-align: center;
1558-
vertical-align: middle;
1559-
}
1560-
data-icon-name="Edit"
1561-
role="presentation"
1562-
>
1563-
1564-
</i>
1565-
<span
1566-
className=
1567-
ms-Button-screenReaderText
1568-
{
1569-
border: 0px;
1570-
height: 1px;
1571-
margin-bottom: -1px;
1572-
margin-left: -1px;
1573-
margin-right: -1px;
1574-
margin-top: -1px;
1575-
overflow: hidden;
1576-
padding-bottom: 0px;
1577-
padding-left: 0px;
1578-
padding-right: 0px;
1579-
padding-top: 0px;
1580-
position: absolute;
1581-
width: 1px;
1582-
}
1583-
id="id__24"
1584-
>
1585-
Edit
1586-
</span>
1587-
<div
1588-
className=
1589-
ms-Nav-linkText
1590-
{
1591-
margin-bottom: 0;
1592-
margin-left: 4px;
1593-
margin-right: 4px;
1594-
margin-top: 0;
1595-
overflow: hidden;
1596-
text-overflow: ellipsis;
1597-
vertical-align: middle;
1598-
}
1599-
>
1600-
Edit
1601-
</div>
1602-
</div>
1603-
</a>
1604-
</div>
1605-
</li>
1606-
<li
1607-
className=
1608-
ms-Nav-navItem
1609-
{
1610-
padding-bottom: 0px;
1611-
padding-left: 0px;
1612-
padding-right: 0px;
1613-
padding-top: 0px;
1614-
}
1615-
role="listitem"
1616-
>
1617-
<div
1618-
className=
1619-
ms-Nav-compositeLink
1620-
{
1621-
background-color: #ffffff;
1622-
color: #333333;
1623-
display: block;
1624-
position: relative;
1625-
}
1626-
name="Delete"
1627-
>
1628-
<a
1629-
aria-describedby="id__27"
1630-
className=
1631-
ms-Button
1632-
ms-Button--action
1633-
ms-Button--command
1634-
ms-Nav-link
1635-
{
1636-
-moz-osx-font-smoothing: grayscale;
1637-
-webkit-font-smoothing: antialiased;
1638-
background-color: transparent;
1639-
border-radius: 0px;
1640-
border: none;
1641-
box-sizing: border-box;
1642-
color: #0078d4;
1643-
=======
1644-
>>>>>>> master
16451507
cursor: pointer;
16461508
display: block;
16471509
font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
@@ -1714,13 +1576,7 @@ exports[`Component Examples renders Nav.Basic.Example.tsx correctly 1`] = `
17141576
onKeyUp={[Function]}
17151577
onMouseDown={[Function]}
17161578
onMouseUp={[Function]}
1717-
<<<<<<< HEAD
1718-
title="Delete"
1719-
=======
1720-
rel={undefined}
1721-
target={undefined}
17221579
title="News"
1723-
>>>>>>> master
17241580
>
17251581
<div
17261582
className=

packages/office-ui-fabric-react/src/components/__snapshots__/Panel.HiddenOnDismiss.Example.tsx.shot

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ exports[`Component Examples renders Panel.HiddenOnDismiss.Example.tsx correctly
171171
onSubmit={[Function]}
172172
>
173173
<div
174-
aria-describedby={undefined}
175-
aria-label={undefined}
176174
aria-labelledby="Panel3-headerText"
177175
className=
178176

@@ -203,7 +201,6 @@ exports[`Component Examples renders Panel.HiddenOnDismiss.Example.tsx correctly
203201
type={1}
204202
>
205203
<div
206-
aria-labelledby={undefined}
207204
className=
208205
ms-Panel-main
209206
{
@@ -264,11 +261,6 @@ exports[`Component Examples renders Panel.HiddenOnDismiss.Example.tsx correctly
264261
}
265262
>
266263
<button
267-
aria-describedby={undefined}
268-
aria-disabled={undefined}
269-
aria-label={undefined}
270-
aria-labelledby={undefined}
271-
aria-pressed={undefined}
272264
className=
273265
ms-Button
274266
ms-Button--icon
@@ -334,7 +326,6 @@ exports[`Component Examples renders Panel.HiddenOnDismiss.Example.tsx correctly
334326
}
335327
data-is-focusable={true}
336328
data-is-visible={true}
337-
disabled={undefined}
338329
onClick={[Function]}
339330
onKeyDown={[Function]}
340331
onKeyPress={[Function]}

0 commit comments

Comments
 (0)