Skip to content

Commit

Permalink
fix callout
Browse files Browse the repository at this point in the history
  • Loading branch information
jouni authored Nov 27, 2023
1 parent f81f18e commit 0862040
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion articles/tutorial/e2e-testing-with-testbench.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ import org.springframework.core.env.Environment;
import static org.junit.jupiter.api.Assertions.assertFalse;
//@RunLocally(Browser.FIREFOX) // <1>
// <1>
// @RunLocally(Browser.FIREFOX)
@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class LoginE2ETest extends BrowserTestBase { // <2>
Expand Down

0 comments on commit 0862040

Please sign in to comment.