JavascriptAdapterTest is broken due to the multiple initialization of JS adapter
Fixes #21412
This commit is contained in:
parent
3a8c54c677
commit
e3e123b577
1 changed files with 0 additions and 1 deletions
|
@ -383,7 +383,6 @@ public class JavascriptAdapterTest extends AbstractJavascriptTest {
|
|||
.update()
|
||||
) {
|
||||
setImplicitFlowForClient();
|
||||
testExecutor.init(defaultArguments().implicitFlow());
|
||||
|
||||
testExecutor.logInAndInit(defaultArguments().implicitFlow(), testUser, this::assertInitAuth);
|
||||
assertThat(driver.getPageSource(), not(containsString("Access token expired")));
|
||||
|
|
Loading…
Reference in a new issue