1
1
// Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
3
- exports [` Inline Input edit component. should render a default "Click to edit" label when no text prop or labelPlaceHolder prop is provided. 1` ] = `
3
+ exports [` Inline input edit component should render a default "Click to edit" label when no text prop or labelPlaceHolder prop is provided. 1` ] = `
4
4
<label
5
5
data-testid = " label-component"
6
6
onClick = { [Function ]}
@@ -16,7 +16,7 @@ exports[`Inline Input edit component. should render a default "Click to edit" la
16
16
</label >
17
17
` ;
18
18
19
- exports [` Inline Input edit component. should render a label when a labelPlaceHolder prop is provided. 1` ] = `
19
+ exports [` Inline input edit component should render a label when a labelPlaceHolder prop is provided. 1` ] = `
20
20
<label
21
21
data-testid = " label-component"
22
22
onClick = { [Function ]}
@@ -32,7 +32,7 @@ exports[`Inline Input edit component. should render a label when a labelPlaceHol
32
32
</label >
33
33
` ;
34
34
35
- exports [` Inline Input edit component. should render a text label given a text prop. 1` ] = `
35
+ exports [` Inline input edit component should render a text label given a text prop. 1` ] = `
36
36
<label
37
37
data-testid = " label-component"
38
38
onClick = { [Function ]}
@@ -48,7 +48,7 @@ exports[`Inline Input edit component. should render a text label given a text pr
48
48
</label >
49
49
` ;
50
50
51
- exports [` Inline Input edit component. should render an input when label is clicked, and should update label with new input text. 1` ] = `
51
+ exports [` Inline input edit component should render an input when label is clicked, and should update label with new input text. 1` ] = `
52
52
<DocumentFragment >
53
53
<input
54
54
data-testid = " input-component"
@@ -58,7 +58,7 @@ exports[`Inline Input edit component. should render an input when label is click
58
58
</DocumentFragment >
59
59
` ;
60
60
61
- exports [` Inline Input edit component. should render an input when label is clicked, and should update label with new input text. 2` ] = `
61
+ exports [` Inline input edit component should render an input when label is clicked, and should update label with new input text. 2` ] = `
62
62
<DocumentFragment >
63
63
<label
64
64
data-testid = " label-component"
@@ -69,7 +69,7 @@ exports[`Inline Input edit component. should render an input when label is click
69
69
</DocumentFragment >
70
70
` ;
71
71
72
- exports [` Inline Input edit component. should render optional props provided by user. 1` ] = `
72
+ exports [` Inline input edit component should render optional props provided by user. 1` ] = `
73
73
<DocumentFragment >
74
74
<label
75
75
class = " red"
@@ -81,7 +81,7 @@ exports[`Inline Input edit component. should render optional props provided by u
81
81
</DocumentFragment >
82
82
` ;
83
83
84
- exports [` Inline Input edit component. should render optional props provided by user. 2` ] = `
84
+ exports [` Inline input edit component should render optional props provided by user. 2` ] = `
85
85
<DocumentFragment >
86
86
<input
87
87
class = " the-one"
0 commit comments