We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cf774e commit 7f1b477Copy full SHA for 7f1b477
src/e2e-tests/page-objects/MenuBar.ts
@@ -34,19 +34,19 @@ export class MenuBar {
34
await clickMenuItem(
35
this.window.app,
36
'label',
37
- 'Legacy Opossum File (.json/.json.gz)',
+ 'Legacy Opossum File (.json/.json.gz)...',
38
);
39
}
40
41
async importScanCodeFile(): Promise<void> {
42
- await clickMenuItem(this.window.app, 'label', 'ScanCode File (.json)');
+ await clickMenuItem(this.window.app, 'label', 'ScanCode File (.json)...');
43
44
45
async importOwaspDependencyScanFile(): Promise<void> {
46
47
48
49
- 'OWASP Dependency-Check (.json)',
+ 'OWASP Dependency-Check File (.json)...',
50
51
52
0 commit comments