File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/test-utils/dom/split-panel Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,19 +30,19 @@ export default class SplitPanelWrapper extends ComponentWrapper {
30
30
return this . findByClassName ( testUtilStyles . slider ) ;
31
31
}
32
32
33
- findHeaderActions ( ) {
33
+ findHeaderActions ( ) : ElementWrapper | null {
34
34
return this . findByClassName ( testUtilStyles [ 'header-actions' ] ) ;
35
35
}
36
36
37
- findHeaderBefore ( ) {
37
+ findHeaderBefore ( ) : ElementWrapper | null {
38
38
return this . findByClassName ( testUtilStyles [ 'header-before' ] ) ;
39
39
}
40
40
41
- findHeaderDescription ( ) {
41
+ findHeaderDescription ( ) : ElementWrapper | null {
42
42
return this . findByClassName ( testUtilStyles [ 'header-description' ] ) ;
43
43
}
44
44
45
- findHeaderInfo ( ) {
45
+ findHeaderInfo ( ) : ElementWrapper | null {
46
46
return this . findByClassName ( testUtilStyles [ 'header-info' ] ) ;
47
47
}
48
48
You can’t perform that action at this time.
0 commit comments