We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c9982 commit 36ffedcCopy full SHA for 36ffedc
src/test/java/de/nihas101/imageToPdfConverter/gui/controller/MainWindowTest.kt
@@ -106,17 +106,6 @@ class MainWindowTest : ApplicationTest() {
106
assertEquals(true, pdf.exists())
107
}
108
109
- @Test
110
- fun clearAll() {
111
- setupDirectoryIterator("src/test/resources/images")
112
- Thread.sleep(waitingPeriod)
113
-
114
- clickOn("#clearAllButton")
115
116
- val text = lookup("#notificationText").queryText().text
117
- assertEquals("Files: 0", text)
118
- }
119
120
@Test
121
fun clearAllNoSetup() {
122
clickOn("#clearAllButton")
0 commit comments