Class EnableCssTransitionsRule

java.lang.Object
org.junit.rules.TestWatcher
com.atlassian.jira.pageobjects.config.junit4.rule.EnableCssTransitionsRule
All Implemented Interfaces:
org.junit.rules.TestRule

public class EnableCssTransitionsRule extends org.junit.rules.TestWatcher
By default, the CSS transitioning for webdriver tests would be disabled. This rule basically is going to enable the CSS transitions for the pages used in a test
Since:
v8.7
  • Constructor Details

    • EnableCssTransitionsRule

      public EnableCssTransitionsRule()
  • Method Details

    • starting

      public void starting(@Nonnull org.junit.runner.Description description)
      Overrides:
      starting in class org.junit.rules.TestWatcher
    • finished

      public void finished(@Nonnull org.junit.runner.Description description)
      Overrides:
      finished in class org.junit.rules.TestWatcher