Skip to content

Commit 7f1b477

Browse files
committed
fix: update menu descriptions in MenuBar
1 parent 9cf774e commit 7f1b477

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/e2e-tests/page-objects/MenuBar.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,19 +34,19 @@ export class MenuBar {
3434
await clickMenuItem(
3535
this.window.app,
3636
'label',
37-
'Legacy Opossum File (.json/.json.gz)',
37+
'Legacy Opossum File (.json/.json.gz)...',
3838
);
3939
}
4040

4141
async importScanCodeFile(): Promise<void> {
42-
await clickMenuItem(this.window.app, 'label', 'ScanCode File (.json)');
42+
await clickMenuItem(this.window.app, 'label', 'ScanCode File (.json)...');
4343
}
4444

4545
async importOwaspDependencyScanFile(): Promise<void> {
4646
await clickMenuItem(
4747
this.window.app,
4848
'label',
49-
'OWASP Dependency-Check (.json)',
49+
'OWASP Dependency-Check File (.json)...',
5050
);
5151
}
5252

0 commit comments

Comments
 (0)