Skip to content

Commit

Permalink
Ensuring UI tests run on fixed order
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 12, 2024
1 parent 4041e48 commit 459d5ec
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,11 @@
import org.apache.syncope.common.lib.types.PolicyType;
import org.apache.syncope.common.rest.api.RESTHeaders;
import org.apache.syncope.fit.AbstractITCase;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestMethodOrder;

@TestMethodOrder(MethodOrderer.MethodName.class)
public abstract class AbstractUIITCase extends AbstractITCase {

protected static AuthPolicyTO getAuthPolicy() {
Expand Down

0 comments on commit 459d5ec

Please sign in to comment.