Adds gitpod condition for drag item test
Compare changes
@@ -17,7 +17,10 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
@@ -116,7 +119,10 @@ public class TodoListControllerTest extends ApplicationTest {
The test for dragging todo list items does not work properly in gitpod. This change will skip the test when running in gitpod and run it otherwise.
fixes issue #23 (closed)
Closes #23 (closed)