Skip to content

Commit 4977cb1

Browse files
committedJun 14, 2018
fix: update screenshot tests
1 parent 599f2ed commit 4977cb1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
 

Diff for: ‎stories/__snapshots__/storyshots.test.js.snap

+14-14
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ exports[`Storyshots Advanced Drag from external source 1`] = `
234234
</button>
235235
<a
236236
className="sourceLink"
237-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/external-node.js"
237+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/external-node.js"
238238
rel="noopener noreferrer"
239239
target="_top"
240240
>
@@ -713,7 +713,7 @@ exports[`Storyshots Advanced Drag out to remove 1`] = `
713713
</button>
714714
<a
715715
className="sourceLink"
716-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/drag-out-to-remove.js"
716+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/drag-out-to-remove.js"
717717
rel="noopener noreferrer"
718718
target="_top"
719719
>
@@ -1035,7 +1035,7 @@ exports[`Storyshots Advanced Playing with generateNodeProps 1`] = `
10351035
</button>
10361036
<a
10371037
className="sourceLink"
1038-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/generate-node-props.js"
1038+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/generate-node-props.js"
10391039
rel="noopener noreferrer"
10401040
target="_top"
10411041
>
@@ -1299,7 +1299,7 @@ exports[`Storyshots Advanced Touch support (Experimental) 1`] = `
12991299
</button>
13001300
<a
13011301
className="sourceLink"
1302-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/touch-support.js"
1302+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/touch-support.js"
13031303
rel="noopener noreferrer"
13041304
target="_top"
13051305
>
@@ -1774,7 +1774,7 @@ exports[`Storyshots Advanced Tree-to-tree dragging 1`] = `
17741774
</button>
17751775
<a
17761776
className="sourceLink"
1777-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/tree-to-tree.js"
1777+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/tree-to-tree.js"
17781778
rel="noopener noreferrer"
17791779
target="_top"
17801780
>
@@ -2047,7 +2047,7 @@ exports[`Storyshots Basics Add and remove nodes programmatically 1`] = `
20472047
</button>
20482048
<a
20492049
className="sourceLink"
2050-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/add-remove.js"
2050+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/add-remove.js"
20512051
rel="noopener noreferrer"
20522052
target="_top"
20532053
>
@@ -2377,7 +2377,7 @@ exports[`Storyshots Basics Callbacks 1`] = `
23772377
</button>
23782378
<a
23792379
className="sourceLink"
2380-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/callbacks.js"
2380+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/callbacks.js"
23812381
rel="noopener noreferrer"
23822382
target="_top"
23832383
>
@@ -2634,7 +2634,7 @@ exports[`Storyshots Basics Minimal implementation 1`] = `
26342634
</button>
26352635
<a
26362636
className="sourceLink"
2637-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/barebones.js"
2637+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/barebones.js"
26382638
rel="noopener noreferrer"
26392639
target="_top"
26402640
>
@@ -2987,7 +2987,7 @@ exports[`Storyshots Basics Modify nodes 1`] = `
29872987
</button>
29882988
<a
29892989
className="sourceLink"
2990-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/modify-nodes.js"
2990+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/modify-nodes.js"
29912991
rel="noopener noreferrer"
29922992
target="_top"
29932993
>
@@ -3573,7 +3573,7 @@ exports[`Storyshots Basics Prevent drop 1`] = `
35733573
</button>
35743574
<a
35753575
className="sourceLink"
3576-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/can-drop.js"
3576+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/can-drop.js"
35773577
rel="noopener noreferrer"
35783578
target="_top"
35793579
>
@@ -4221,7 +4221,7 @@ exports[`Storyshots Basics Row direction support 1`] = `
42214221
</button>
42224222
<a
42234223
className="sourceLink"
4224-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/rtl-support.js"
4224+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/rtl-support.js"
42254225
rel="noopener noreferrer"
42264226
target="_top"
42274227
>
@@ -4438,7 +4438,7 @@ exports[`Storyshots Basics Search 1`] = `
44384438
</button>
44394439
<a
44404440
className="sourceLink"
4441-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/search.js"
4441+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/search.js"
44424442
rel="noopener noreferrer"
44434443
target="_top"
44444444
>
@@ -4931,7 +4931,7 @@ exports[`Storyshots Basics Themes 1`] = `
49314931
</button>
49324932
<a
49334933
className="sourceLink"
4934-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/themes.js"
4934+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/themes.js"
49354935
rel="noopener noreferrer"
49364936
target="_top"
49374937
>
@@ -5211,7 +5211,7 @@ exports[`Storyshots Basics treeData import/export 1`] = `
52115211
</button>
52125212
<a
52135213
className="sourceLink"
5214-
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/examples/storybooks/tree-data-io.js"
5214+
href="https://github.com/frontend-collective/react-sortable-tree/blob/master/stories/tree-data-io.js"
52155215
rel="noopener noreferrer"
52165216
target="_top"
52175217
>

0 commit comments

Comments
 (0)
Please sign in to comment.