File tree 1 file changed +4
-4
lines changed
src/e2e-tests/page-objects
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export class MenuBar {
23
23
}
24
24
25
25
async openFile ( ) : Promise < void > {
26
- await clickMenuItem ( this . window . app , 'label' , 'Open File ' ) ;
26
+ await clickMenuItem ( this . window . app , 'label' , 'Open... ' ) ;
27
27
}
28
28
29
29
async openProjectStatistics ( ) : Promise < void > {
@@ -34,19 +34,19 @@ export class MenuBar {
34
34
await clickMenuItem (
35
35
this . window . app ,
36
36
'label' ,
37
- 'Legacy Opossum File (.json/.json.gz)' ,
37
+ 'Legacy Opossum File (.json/.json.gz)... ' ,
38
38
) ;
39
39
}
40
40
41
41
async importScanCodeFile ( ) : Promise < void > {
42
- await clickMenuItem ( this . window . app , 'label' , 'ScanCode File (.json)' ) ;
42
+ await clickMenuItem ( this . window . app , 'label' , 'ScanCode File (.json)... ' ) ;
43
43
}
44
44
45
45
async importOwaspDependencyScanFile ( ) : Promise < void > {
46
46
await clickMenuItem (
47
47
this . window . app ,
48
48
'label' ,
49
- 'OWASP Dependency-Check (.json)' ,
49
+ 'OWASP Dependency-Check File (.json)... ' ,
50
50
) ;
51
51
}
52
52
You can’t perform that action at this time.
0 commit comments