jmix-docs icon indicating copy to clipboard operation
jmix-docs copied to clipboard

Remove deprecated code in the UI integration Tests section

Open Flaurite opened this issue 8 months ago • 0 comments

Description

The page: https://docs.jmix.io/jmix/testing/ui-integration-tests.html

See the cause of deprecation: https://github.com/jmix-framework/jmix/issues/3157 Since the https://github.com/jmix-framework/jmix/issues/3350 tests works with both the deprecated method and the new one.

What should be fixed

From

viewNavigators.view(UserListView.class).navigate();

To

viewNavigators.view(UiTestUtils.getCurrentView(), UserListView.class).navigate();

Flaurite avatar Jun 06 '24 10:06 Flaurite