Skip to content

Releases: RedHatQE/widgetastic.patternfly

1.3.5

10 May 18:22
272457d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.4...1.3.5

1.3.4

24 May 14:06
e139844
Compare
Choose a tag to compare

Enhance FlashMessages.assert_no_error with an option to ignore messages in a given list. Included unit test coverage. Thanks @tpapaioa

1.3.3

13 May 19:02
3783fe4
Compare
Choose a tag to compare

Enhancement from @tpapaioa adding a @retry_element decorator and using it in FlashMessages read and dismiss methods to mitigate element reference exceptions from auto-clearing flash messages.

#129

1.3.2

25 Jun 19:57
0a6df9e
Compare
Choose a tag to compare

Update repr for NavDropdown, resolving exception related to its locator.

1.3.1

05 Mar 16:49
4b32fa7
Compare
Choose a tag to compare

Update exception handling in FlashMessages, restore capture of NoSuchElement that was removed in 1.3.0

1.3.0

18 Feb 18:50
9730981
Compare
Choose a tag to compare

@tpapaioa Made FlashMessages parametrized on the index

1.2.2

19 Dec 19:58
3c4571f
Compare
Choose a tag to compare

Include parent arg when looking up partial match elements (@valaparthvi)

1.2.1

11 Dec 15:46
Compare
Choose a tag to compare

Modification to BootstrapNav to support partial text lookup on is_disabled method, @valaparthvi

1.2.0

03 Dec 15:09
7be378c
Compare
Choose a tag to compare

Dropped py3.5 support

Updated aenum to avoid warning (@izapolsk )

Regex support for FlashMessage (@tpapaioa )

1.1.2

15 Nov 21:12
8553b34
Compare
Choose a tag to compare

Warning properties for text input, @digitronik

Raise WidgetOperationFailed instead of StopIteration in breadcrumb, @mshriver