Skip to content

Releases: Automattic/ScreenObject

0.2.4

09 Jan 03:49
7aa2f06

Choose a tag to compare

What's Changed

  • Increase default timeout value from 20s to 45s by @jostnes in #16

Full Changelog: 0.2.3...0.2.4

0.2.3

03 Aug 04:53
328db56

Choose a tag to compare

What's Changed

Full Changelog: 0.2.2...0.2.3

0.2.2

07 Sep 02:56
cb38a32

Choose a tag to compare

What's Changed

  • Replace the use of isEnabled() to isHittable() by @jostnes in #12

New Contributors

Full Changelog: 0.2.1...0.2.2

0.2.1

29 Jun 10:49
e27405a

Choose a tag to compare

0.2.1 introduces a change in how init and isLoaded deals with expectedElementGetters screen elements array. Now, only the first array element will be tested for presence during screen instantiation. For the check of all array elements presence, isLoaded should be used.

0.2.0

21 Sep 05:35
2d65bea

Choose a tag to compare

Add support for subclasses specifying multiple expected elements (#9)