Skip to content

Commit 5eff797

Browse files
committed
test: adapt import scancode e2e test to import dialog changes
1 parent 602526b commit 5eff797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/e2e-tests/__tests__/import-dialog.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ test('imports scancode file', async ({
8181
await menuBar.openByLabel(importDialog.scancodeMenuLabel);
8282
await importDialog.assert.titleIsVisible();
8383

84-
await importDialog.openFileDialogButton.click();
85-
await importDialog.saveFileDialogButton.click();
84+
await importDialog.inputFileSelection.click();
85+
await importDialog.opossumFileSelection.click();
8686
await importDialog.importButton.click();
8787

8888
await importDialog.assert.titleIsHidden();

0 commit comments

Comments
 (0)