Skip to content

Update release.yml

Update release.yml #18

GitHub Actions / Unit Test Results succeeded Apr 29, 2024 in 0s

All 73 tests pass in 10s

73 tests  ±0   73 ✔️ ±0   10s ⏱️ ±0s
  1 suites ±0     0 💤 ±0 
  1 files   ±0     0 ±0 

Results for commit 17a5689. ± Comparison against earlier commit 6e3b2ed.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Unit Test Results

73 tests found

There are 73 tests, see "Raw output" for the full list of tests.
Raw output
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  Scrollable element is on screen and ScrollAnimation is in view in scrollable element, animation should be triggered
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  Scrollable element is onscreen but ScrollAnimation is not in view in scrollable element, animation should not be triggered
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  When 'animateOnce' is set, animating is never set back to false after first animation
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  When ScrollAnimation is loaded in viewport, animation is not triggered straight away if animatePreScroll is set to false
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  When ScrollAnimation is loaded in viewport, animation is triggered straight away
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  When not passed scrollableParentSelector the scrollableParent is the window object
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  When passed scrollableParentSelector the scrollableParent is object found by the selector
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  after animating out the animate out class is removed
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animateIn() unhides and adds animateIn class
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animateIn() unhides and adds animateIn class after delay
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animateOut() unhides and adds animateIn class after delay
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animateOut() unhides and adds animateOut class
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animation-duration is 1s by default
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  animation-duration matches duration prop if set
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  callback doesn't run twice when animateOnce specified
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  callback executed after animateIn finished
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  callback executed after animateOut finished
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  callbacks can run twice
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  class matching 'animateIn' is added when animation is scrolled into complete view
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  class matching 'animateIn' is removed when scrolled out of view to the bottom
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  class matching 'animateIn' is removed when scrolled out of view to the top
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  does not execute callback when only partially in view
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  does not have class matching the 'animateIn' prop when on screen but not in viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  element remains visible when on screen, not in viewport, but already visible
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedIn callback and visible.onScreen and visible.inViewport equal to true
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedIn callback and visible.onScreen is true and visible.inViewport is false when only visible partially
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedIn callback when scrolled away mid animation, with visible.onScreen and visible.inViewport equal to false
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedOut callback and visible.onScreen and visible.inViewport equal to true
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedOut callback when partially visible and visible.onScreen is true and visible.inViewport is false
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  executes afterAnimatedOut callback when scrolled away mid animation, with visible.onScreen and visible.inViewport equal to false
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getElementTop returns location of top of element
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getElementTop returns location of top of element when element contains an image after image has loaded
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportBottom returns location of bottom of viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportBottom returns location of bottom of viewport when given specific offset
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportBottom returns location of bottom of viewport when given specific offset after scrolling
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportTop returns location of top of viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportTop returns location of top of viewport when given specific offset
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getViewportTop returns location of top of viewport when given specific offset after scrolling
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getVisibility returns the current visibility of the element when onScreen and inViewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getVisibility returns the current visibility of the element when onScreen at bottom but not inViewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  getVisibility returns the current visibility of the element when onScreen at top but not inViewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  has animated class when not in view
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  has class matching the 'animateIn' prop when in viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if animating out finished, but element is back in viewport, animateIn class should be given
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if animation changes size or position of component, scrolling slightly at this time should not stop animation
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if element is created with 'delay' property, and element is scrolled out of view, timeouts are cancelled
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if element is created with 'delay' property, animation is delayed when scrolled into view
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if set with initiallyVisible prop then is visible when created off screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  if the element is bigger than the screen then animation happens when element enters viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  inViewport returns false if element not completely visible
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  inViewport returns true if element is contained in the viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  inViewport returns true if element top is above the viewport and element bottom is below the viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  is hidden when not in view
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  is invisible when on screen but not in viewport and already invisible
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  is visible when in viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isAboveScreen returns false if bottom of element is below top of screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isAboveScreen returns true if bottom of element is above top of screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isAboveViewport returns false if value is below viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isAboveViewport returns true if value is above viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isBelowScreen returns false if top of element is above bottom of screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isBelowScreen returns true if top of element is below bottom of screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isBelowViewport returns false if value is above viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  isBelowViewport returns true if value is below viewport
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  joins the className prop with the other classes in the rendered dom element
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  onScreen returns false if whole of element is off screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  onScreen returns true if part of element is on screen
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  passes the style prop to the rendered dom element
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  renders without problems
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  visibilityHasChanged should show any changes in visibility
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  when animateOut has finished, animateOut class is removed and style is set back to hidden
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  when visible and scrolled partially out of viewport, class matching 'animateOut' is added
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  while animating in, this.animating is set to true
HeadlessChrome_124_0_6367_(Linux_0_0_0).ScrollAnimation -  ‑ ScrollAnimation -  while animating out, this.animating is set to true