Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 12.10.6
-
Component/s: Development Issues only
-
Labels:
-
Tests:Integration
-
Difficulty:Easy
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Similar issues:
-
Flickering Test:org.xwiki.administration.test.ui.AllITs$NestedUsersGroupsRightsManagementIT.testFilteringOnGroupSheet{TestUtils, TestReference}
Description
Error Message expected: <true> but was: <false> Stacktrace org.opentest4j.AssertionFailedError: expected: <true> but was: <false> at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40) at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35) at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:162) at org.xwiki.administration.test.ui.UsersGroupsRightsManagementIT.testFilteringOnGroupSheet(UsersGroupsRightsManagementIT.java:402)
The issue is that the test / PO don't wait for the group members live table to load before asserting the live table rows (the members).