Skip to content

Commit

Permalink
issue #467: delete "undefined" from RootCause enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bhecquet committed Jan 18, 2022
1 parent 0b53860 commit 343dcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/com/seleniumtests/core/Step.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum RootCause {
DEPENDENCIES, // error raised due to an other system failing / not present
SCRIPTING,
REGRESSION, // may be used when no dependency is implied in this particular step
UNDEFINED, // no reason defined, the default behaviour

}

public String name() default "";
Expand Down

0 comments on commit 343dcbe

Please sign in to comment.