Skip to content

Commit

Permalink
XIVY-12667 Disabled webtests as WebAppFixture does not yet work
Browse files Browse the repository at this point in the history
  • Loading branch information
ivy-fhe committed Nov 8, 2023
1 parent b76e338 commit 818d8bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import static org.assertj.core.api.Assertions.assertThat;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.By;

Expand All @@ -27,6 +28,7 @@ public void cleanFixture(WebAppFixture fixture) {
}

@Test
@Disabled
public void sendMessage(WebAppFixture fixture) {
String mockUrl = ThreemaServiceMock.URI.replaceAll("\\{", "%7B").replaceAll("\\}", "%7D").replaceAll("/", "%2F");
fixture.config("RestClients.ThreemaGateway.Url", mockUrl);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import static org.assertj.core.api.Assertions.assertThat;

import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.openqa.selenium.By;

Expand All @@ -30,6 +31,7 @@ public void cleanFixture(WebAppFixture fixture) {


@Test
@Disabled
public void sendMessage(WebAppFixture fixture) {
String mockUrl = ThreemaServiceMock.URI.replaceAll("\\{", "%7B").replaceAll("\\}", "%7D").replaceAll("/", "%2F");
fixture.config("RestClients.ThreemaGateway.Url", mockUrl);
Expand Down

0 comments on commit 818d8bd

Please sign in to comment.