Skip to content

Commit

Permalink
Ignore SearchingST
Browse files Browse the repository at this point in the history
  • Loading branch information
solth committed Sep 1, 2023
1 parent e4ba00f commit 2deff65
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Kitodo/src/test/java/org/kitodo/selenium/SearchingST.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
import java.util.List;
import java.util.concurrent.TimeUnit;

import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.*;
import org.kitodo.selenium.testframework.BaseTestSelenium;
import org.kitodo.selenium.testframework.Browser;
import org.kitodo.selenium.testframework.Pages;
Expand All @@ -31,6 +28,7 @@
import org.kitodo.selenium.testframework.pages.TasksPage;
import org.openqa.selenium.WebElement;

@Ignore
public class SearchingST extends BaseTestSelenium {

private static final String WAIT_FOR_FILTER_IS_APPLIED = "Wait until filter is applied";
Expand Down

0 comments on commit 2deff65

Please sign in to comment.