Skip to content

Released version 1.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishubin ishubin released this 09 Nov 19:51
· 1012 commits to master since this release

Features:

  • #76 Added 'css' spec for testing css properties of page elements
  • #25 Custom javascript function in specs. Also improved math parser in parameterized specs
  • #86 Added operations 'lowercase' and 'uppercase' to text spec
  • #74 Added 'hover' function to GalenPages.PageElement in order to simulate ":hover" style of element
  • #73 checkLayout function now allows to use simple string for one tag intstead of array
  • #136 GalenPages waitForIt function now also checks that the element is visible
  • #128 resize function in javascript API

Bugfix:

  • #137 Same scripts were loading multiple times
  • #129 Full page screenshots were not properly waiting for page to be scrolled
  • #113 Conditional statements conflicted with parameterized checks
  • #111 Unclear error message when missing 'px' in ranges
  • #95 Incorrect imported spec path resolution