Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paragon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
paragon
Commits
2903ef26
Commit
2903ef26
authored
Aug 17, 2017
by
Sarah Fischmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update snapshots
parent
797e2a7e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
32 deletions
+32
-32
.storybook/__snapshots__/Storyshots.test.js.snap
+32
-32
No files found.
.storybook/__snapshots__/Storyshots.test.js.snap
View file @
2903ef26
...
@@ -29,13 +29,13 @@ exports[`Storyshots CheckBox call a function 1`] = `
...
@@ -29,13 +29,13 @@ exports[`Storyshots CheckBox call a function 1`] = `
aria-checked={false}
aria-checked={false}
defaultChecked={false}
defaultChecked={false}
disabled={false}
disabled={false}
id="asInput
7
"
id="asInput
4
"
name="checkbox"
name="checkbox"
onChange={[Function]}
onChange={[Function]}
type="checkbox"
type="checkbox"
/>
/>
<label
<label
htmlFor="asInput
7
"
htmlFor="asInput
4
"
>
>
check out the console
check out the console
</label>
</label>
...
@@ -50,13 +50,13 @@ exports[`Storyshots CheckBox default checked 1`] = `
...
@@ -50,13 +50,13 @@ exports[`Storyshots CheckBox default checked 1`] = `
aria-checked={true}
aria-checked={true}
defaultChecked={true}
defaultChecked={true}
disabled={false}
disabled={false}
id="asInput
5
"
id="asInput
3
"
name="checkbox"
name="checkbox"
onChange={[Function]}
onChange={[Function]}
type="checkbox"
type="checkbox"
/>
/>
<label
<label
htmlFor="asInput
5
"
htmlFor="asInput
3
"
>
>
(un)check me out
(un)check me out
</label>
</label>
...
@@ -71,13 +71,13 @@ exports[`Storyshots CheckBox disabled 1`] = `
...
@@ -71,13 +71,13 @@ exports[`Storyshots CheckBox disabled 1`] = `
aria-checked={false}
aria-checked={false}
defaultChecked={false}
defaultChecked={false}
disabled={true}
disabled={true}
id="asInput
3
"
id="asInput
2
"
name="checkbox"
name="checkbox"
onChange={[Function]}
onChange={[Function]}
type="checkbox"
type="checkbox"
/>
/>
<label
<label
htmlFor="asInput
3
"
htmlFor="asInput
2
"
>
>
you cannot check me out
you cannot check me out
</label>
</label>
...
@@ -150,14 +150,14 @@ exports[`Storyshots InputSelect basic usage 1`] = `
...
@@ -150,14 +150,14 @@ exports[`Storyshots InputSelect basic usage 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput
9
"
htmlFor="asInput
5
"
>
>
Fruits
Fruits
</label>
</label>
<select
<select
aria-describedby={undefined}
aria-describedby={undefined}
className="form-control"
className="form-control"
id="asInput
9
"
id="asInput
5
"
name="fruits"
name="fruits"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -193,14 +193,14 @@ exports[`Storyshots InputSelect separate labels and values 1`] = `
...
@@ -193,14 +193,14 @@ exports[`Storyshots InputSelect separate labels and values 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput
10
"
htmlFor="asInput
6
"
>
>
New England States
New England States
</label>
</label>
<select
<select
aria-describedby={undefined}
aria-describedby={undefined}
className="form-control"
className="form-control"
id="asInput
10
"
id="asInput
6
"
name="new-england-states"
name="new-england-states"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -246,14 +246,14 @@ exports[`Storyshots InputSelect separate option groups 1`] = `
...
@@ -246,14 +246,14 @@ exports[`Storyshots InputSelect separate option groups 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput
11
"
htmlFor="asInput
7
"
>
>
Northeast States
Northeast States
</label>
</label>
<select
<select
aria-describedby={undefined}
aria-describedby={undefined}
className="form-control"
className="form-control"
id="asInput
11
"
id="asInput
7
"
name="northeast-states"
name="northeast-states"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -347,14 +347,14 @@ exports[`Storyshots InputSelect with validation 1`] = `
...
@@ -347,14 +347,14 @@ exports[`Storyshots InputSelect with validation 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput
12
"
htmlFor="asInput
8
"
>
>
Favorite Color
Favorite Color
</label>
</label>
<select
<select
aria-describedby={undefined}
aria-describedby={undefined}
className="form-control"
className="form-control"
id="asInput
12
"
id="asInput
8
"
name="color"
name="color"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -405,7 +405,7 @@ exports[`Storyshots InputText minimal usage 1`] = `
...
@@ -405,7 +405,7 @@ exports[`Storyshots InputText minimal usage 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput
13
"
htmlFor="asInput
9
"
>
>
First Name
First Name
</label>
</label>
...
@@ -414,7 +414,7 @@ exports[`Storyshots InputText minimal usage 1`] = `
...
@@ -414,7 +414,7 @@ exports[`Storyshots InputText minimal usage 1`] = `
aria-invalid={false}
aria-invalid={false}
className="form-control"
className="form-control"
disabled={false}
disabled={false}
id="asInput
13
"
id="asInput
9
"
name="name"
name="name"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -431,16 +431,16 @@ exports[`Storyshots InputText validation 1`] = `
...
@@ -431,16 +431,16 @@ exports[`Storyshots InputText validation 1`] = `
className="form-group"
className="form-group"
>
>
<label
<label
htmlFor="asInput1
4
"
htmlFor="asInput1
0
"
>
>
Username
Username
</label>
</label>
<input
<input
aria-describedby="undefined description-asInput1
4
"
aria-describedby="undefined description-asInput1
0
"
aria-invalid={false}
aria-invalid={false}
className="form-control"
className="form-control"
disabled={false}
disabled={false}
id="asInput1
4
"
id="asInput1
0
"
name="username"
name="username"
onBlur={[Function]}
onBlur={[Function]}
onChange={[Function]}
onChange={[Function]}
...
@@ -451,7 +451,7 @@ exports[`Storyshots InputText validation 1`] = `
...
@@ -451,7 +451,7 @@ exports[`Storyshots InputText validation 1`] = `
/>
/>
<small
<small
className="form-text"
className="form-text"
id="description-asInput1
4
"
id="description-asInput1
0
"
>
>
The unique name that identifies you throughout the site.
The unique name that identifies you throughout the site.
</small>
</small>
...
@@ -506,10 +506,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -506,10 +506,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
>
>
<li
<li
className="nav-item"
className="nav-item"
id="tab-label-tabInterface1
5
-0"
id="tab-label-tabInterface1
1
-0"
>
>
<a
<a
aria-controls="tab-panel-tabInterface1
5
-0"
aria-controls="tab-panel-tabInterface1
1
-0"
aria-selected={true}
aria-selected={true}
className="nav-link active"
className="nav-link active"
onClick={[Function]}
onClick={[Function]}
...
@@ -521,10 +521,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -521,10 +521,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
</li>
</li>
<li
<li
className="nav-item"
className="nav-item"
id="tab-label-tabInterface1
5
-1"
id="tab-label-tabInterface1
1
-1"
>
>
<a
<a
aria-controls="tab-panel-tabInterface1
5
-1"
aria-controls="tab-panel-tabInterface1
1
-1"
aria-selected={false}
aria-selected={false}
className="nav-link"
className="nav-link"
onClick={[Function]}
onClick={[Function]}
...
@@ -536,10 +536,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -536,10 +536,10 @@ exports[`Storyshots Tabs basic usage 1`] = `
</li>
</li>
<li
<li
className="nav-item"
className="nav-item"
id="tab-label-tabInterface1
5
-2"
id="tab-label-tabInterface1
1
-2"
>
>
<a
<a
aria-controls="tab-panel-tabInterface1
5
-2"
aria-controls="tab-panel-tabInterface1
1
-2"
aria-selected={false}
aria-selected={false}
className="nav-link"
className="nav-link"
onClick={[Function]}
onClick={[Function]}
...
@@ -555,9 +555,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -555,9 +555,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
>
>
<div
<div
aria-hidden={false}
aria-hidden={false}
aria-labelledby="tab-label-tabInterface1
5
-0"
aria-labelledby="tab-label-tabInterface1
1
-0"
className="tab-pane active"
className="tab-pane active"
id="tab-panel-tabInterface1
5
-0"
id="tab-panel-tabInterface1
1
-0"
role="tabpanel"
role="tabpanel"
>
>
<div>
<div>
...
@@ -566,9 +566,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -566,9 +566,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
</div>
</div>
<div
<div
aria-hidden={true}
aria-hidden={true}
aria-labelledby="tab-label-tabInterface1
5
-1"
aria-labelledby="tab-label-tabInterface1
1
-1"
className="tab-pane"
className="tab-pane"
id="tab-panel-tabInterface1
5
-1"
id="tab-panel-tabInterface1
1
-1"
role="tabpanel"
role="tabpanel"
>
>
<div>
<div>
...
@@ -577,9 +577,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
...
@@ -577,9 +577,9 @@ exports[`Storyshots Tabs basic usage 1`] = `
</div>
</div>
<div
<div
aria-hidden={true}
aria-hidden={true}
aria-labelledby="tab-label-tabInterface1
5
-2"
aria-labelledby="tab-label-tabInterface1
1
-2"
className="tab-pane"
className="tab-pane"
id="tab-panel-tabInterface1
5
-2"
id="tab-panel-tabInterface1
1
-2"
role="tabpanel"
role="tabpanel"
>
>
<div>
<div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment