Skip to content

Commit

Permalink
Disable CalendarST - currently not implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-ronge committed Aug 28, 2024
1 parent 9489ac1 commit 2bfe4de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Kitodo/src/test/java/org/kitodo/selenium/CalendarST.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.kitodo.MockDatabase;
import org.kitodo.data.database.beans.User;
Expand Down Expand Up @@ -69,6 +70,10 @@ public static void cleanup() throws CustomResponseException, DAOException, DataE
}

@Test
@Ignore("currently not implemented")
/* 'baseType' not available (only available from index), is null.
* goToCalendar() fails because button is gray, because 'baseType' is not
* "Newspaper". */
public void createProcessFromCalendar() throws Exception {
processesPage.goTo();
processesPage.goToCalendar(newspaperTestProcessId);
Expand Down

0 comments on commit 2bfe4de

Please sign in to comment.