Skip to content

Commit 793885c

Browse files
authored
Merge pull request #93 from PyWorkflowApp/fixesJest
Fixes Jest in master
2 parents 5d38523 + 324f7d4 commit 793885c

File tree

8 files changed

+348
-45
lines changed

8 files changed

+348
-45
lines changed

front-end/__tests__/components/CustomNode/__snapshots__/GraphView.test.js.snap

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Object {
2121
tabindex="-1"
2222
>
2323
<div
24-
class="modal-dialog modal-dialog-centered"
24+
class="modal-dialog GraphView modal-dialog-centered"
2525
role="document"
2626
>
2727
<div
@@ -36,6 +36,21 @@ Object {
3636
<b />
3737
View
3838
</div>
39+
<button
40+
class="close"
41+
type="button"
42+
>
43+
<span
44+
aria-hidden="true"
45+
>
46+
×
47+
</span>
48+
<span
49+
class="sr-only"
50+
>
51+
Close
52+
</span>
53+
</button>
3954
</div>
4055
<div
4156
class="modal-body"
@@ -53,6 +68,7 @@ Object {
5368
</button>
5469
<button
5570
class="btn btn-secondary"
71+
disabled=""
5672
type="button"
5773
>
5874
Load

front-end/__tests__/components/CustomNode/__snapshots__/NodeConfig.test.js.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Object {
2121
tabindex="-1"
2222
>
2323
<div
24-
class="modal-dialog modal-dialog-centered"
24+
class="modal-dialog NodeConfig modal-dialog-centered"
2525
role="document"
2626
>
2727
<div

0 commit comments

Comments
 (0)