File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
client/components/__test__ Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ describe('<FileNode />', () => {
24
24
showFolderChildren : jest . fn ( ) ,
25
25
hideFolderChildren : jest . fn ( ) ,
26
26
canEdit : true ,
27
- authenticated : false
27
+ authenticated : false ,
28
+ openUploadFileModal : jest . fn ( )
28
29
} ;
29
30
component = shallow ( < FileNode { ...props } /> ) ;
30
31
} ) ;
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ exports[`Nav renders correctly 1`] = `
144
144
<span
145
145
className = " nav__keyboard-shortcut"
146
146
>
147
- Ctrl
147
+ ⌃
148
148
+F
149
149
</span >
150
150
</button >
@@ -161,7 +161,7 @@ exports[`Nav renders correctly 1`] = `
161
161
<span
162
162
className = " nav__keyboard-shortcut"
163
163
>
164
- Ctrl
164
+ ⌃
165
165
+G
166
166
</span >
167
167
</button >
@@ -180,7 +180,7 @@ exports[`Nav renders correctly 1`] = `
180
180
>
181
181
⇧
182
182
+
183
- Ctrl
183
+ ⌃
184
184
+G
185
185
</span >
186
186
</button >
@@ -242,7 +242,7 @@ exports[`Nav renders correctly 1`] = `
242
242
<span
243
243
className = " nav__keyboard-shortcut"
244
244
>
245
- Ctrl
245
+ ⌃
246
246
+Enter
247
247
</span >
248
248
</button >
@@ -261,7 +261,7 @@ exports[`Nav renders correctly 1`] = `
261
261
>
262
262
⇧
263
263
+
264
- Ctrl
264
+ ⌃
265
265
+Enter
266
266
</span >
267
267
</button >
You can’t perform that action at this time.
0 commit comments