Skip to content

Commit

Permalink
fix(jans-auth-server): failing test - SelectAccountHttpTest selectAcc…
Browse files Browse the repository at this point in the history
…ountTest #10647

Signed-off-by: YuriyZ <[email protected]>
  • Loading branch information
yuriyz authored Jan 16, 2025
1 parent 5a53d53 commit d19e34f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import io.jans.as.model.jwt.JwtHeaderName;
import org.apache.logging.log4j.util.Strings;
import org.json.JSONArray;
import org.openqa.selenium.htmlunit.HtmlUnitDriver;
import org.testng.annotations.AfterTest;
import org.testng.annotations.BeforeTest;
import org.testng.annotations.Parameters;
Expand All @@ -42,7 +41,7 @@ public class SelectAccountHttpTest extends BaseTest {

@BeforeTest
public void setUp() {
driver = new HtmlUnitDriver(true);
startSelenium();
pageConfig = newPageConfig(driver);
}

Expand Down

0 comments on commit d19e34f

Please sign in to comment.