import after each test
This commit is contained in:
parent
c6dc59f63e
commit
05e080624b
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ public class ClientInitiatedAccountLinkTest extends AbstractKeycloakTest {
|
||||||
@Page
|
@Page
|
||||||
protected ClientApp appPage;
|
protected ClientApp appPage;
|
||||||
|
|
||||||
|
@Override
|
||||||
|
protected boolean isImportAfterEachMethod() {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void addTestRealms(List<RealmRepresentation> testRealms) {
|
public void addTestRealms(List<RealmRepresentation> testRealms) {
|
||||||
|
|
Loading…
Reference in a new issue