Skip to content

Commit

Permalink
FUSETOOLS-3331 - reactivate tests as webkit 2 is now availabel on CI
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <apupier@redhat.com>
  • Loading branch information
apupier committed Apr 7, 2020
1 parent ac924a5 commit dcdfb30
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import org.fusesource.ide.branding.perspective.FusePerspective;
import org.fusesource.ide.camel.editor.CamelEditor;
import org.fusesource.ide.camel.test.util.editor.AbstractCamelEditorIT;
import org.junit.Ignore;
import org.junit.Test;

public class CamelEditorCheckOpeningInSpecialCasesIT extends AbstractCamelEditorIT {
Expand Down Expand Up @@ -54,15 +53,13 @@ private int getAvailableEditorTabCount(IEditorPart editorPart) {
}

@Test
@Ignore("requires webkit 2 installed on CI")
public void openFileWithoutContext() throws Exception {
IEditorPart openEditorOnFileStore = openFileInEditor("/beans");

assertThat(((CamelEditor)openEditorOnFileStore).getDesignEditor()).isNotNull();
}

@Test
@Ignore("requires webkit 2 installed on CI")
public void openFileWithoutContextWhenOutlinePageOpened() throws Exception {
IEditorPart openEditorOnFileStore = openFileInEditorWithOutlineViewOpened("/beans");

Expand Down

0 comments on commit dcdfb30

Please sign in to comment.