@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface EnableLandingPageRedirect
By default onboarding in JIRA will be disabled before each test. Mark test method or class with this annotation to
enable onboarding for given test methods.
- Since:
- v6.4