Skip to content

Commit

Permalink
Add @GuiTest annotation (#11074)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Mar 22, 2024
1 parent 393a642 commit e658eca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
import org.jabref.preferences.FilePreferences;
import org.jabref.preferences.PreferencesService;
import org.jabref.testutils.category.FetcherTest;
import org.jabref.testutils.category.GUITest;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
Expand All @@ -53,6 +54,7 @@

// Need to run on JavaFX thread since {@link org.jabref.gui.linkedfile.DeleteFileAction.execute} creates a DialogPane
@ExtendWith(ApplicationExtension.class)
@GUITest
class LinkedFileViewModelTest {

private Path tempFile;
Expand Down

0 comments on commit e658eca

Please sign in to comment.