Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge authored Jul 10, 2024
1 parent aafe7c1 commit b02f1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kitodo/src/test/java/org/kitodo/selenium/ListingST.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void listTasksTest() throws Exception {
assertEquals("Displayed wrong task's processing begin", "2017-01-25 00:00:00", detailsTask.get(1));
assertEquals("Displayed wrong task's processing update", "", detailsTask.get(2));
assertEquals("Displayed wrong task's processing user", "Nowak, Adam", detailsTask.get(3));
assertEquals("Displayed wrong task's edit type", "manuell, regulärer Worklflow", detailsTask.get(4));
assertEquals("Displayed wrong task's edit type", "manuell, regulärer Workflow", detailsTask.get(4));

tasksPage.applyFilterShowOnlyOpenTasks();

Expand Down

0 comments on commit b02f1e8

Please sign in to comment.