Skip to content

Releases: mariodavid/sneferu

version 0.3.4

08 Sep 08:32
Compare
Choose a tag to compare

Bugfix

  • GetValueInteraction can also be used in non-editor screens (fixed Class Cast Exception)

version 0.3.3

03 Aug 06:31
Compare
Choose a tag to compare

Bugfix

  • @SubsequentScreen uses correct API to retrieve lazy loaded screen instance
  • UiTestAPI.getOpened[Standard|Lookup|Editor]Screen checks for the exact type of currently active opened screen. Previously weaker checks led to the situation that when a Customer Editor is open, but it is asked for Order Editor - it would still have returned the Customer Editor, because the check was only if the screen is of type StandardEditor

version 0.3.2

30 Jul 13:50
Compare
Choose a tag to compare

Added

  • Currency Field Component Descriptor

version 0.3.1

20 Apr 05:59
Compare
Choose a tag to compare

Added

  • Interactions.selectInList for an interaction that selects an entity / entities on a list component

version 0.3.0

20 Apr 05:19
Compare
Choose a tag to compare

Added

  • StandardScreenTestAPI for interactions with Screens that are directly extending com.haulmont.cuba.gui.screen.Screen
  • UiTestAPI.openStandardScreen() for opening a Screen that extends com.haulmont.cuba.gui.screen.Screen
  • UiTestAPI.getOpenedStandardScreen() for retrieving a Screen that extends com.haulmont.cuba.gui.screen.Screen

Removed

  • BREAKING: UiTestAPI.getOpenedScreen() is removed. Use the new UiTestAPI.getOpenedStandardScreen() instead

version 0.2.0

11 Mar 06:43
Compare
Choose a tag to compare
[Gradle Release Plugin] - creating tag:  '0.2.0'.