Skip to content

Commit

Permalink
Tests fail case
Browse files Browse the repository at this point in the history
  • Loading branch information
Pelayori committed Mar 19, 2024
1 parent ce54744 commit 572d8b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/com/uniovi/Wiq_IntegrationTests.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
import org.springframework.test.annotation.DirtiesContext;
import org.springframework.test.context.ActiveProfiles;

import static org.junit.jupiter.api.Assertions.fail;

@SpringBootTest
@Tag("integration")
@DirtiesContext(classMode = DirtiesContext.ClassMode.BEFORE_EACH_TEST_METHOD)
Expand Down Expand Up @@ -49,5 +51,6 @@ void tearDown() {
void testHome() {
// Check the title
Assertions.assertEquals("Wikigame", driver.getTitle());
fail();
}
}

0 comments on commit 572d8b3

Please sign in to comment.