bug6135: re-enabled old test TestLeaderboardConfiguration.testDynamicRenamingOfRace

This commit is contained in:
Axel Uhl
2025-07-02 22:00:36 +02:00
parent fdcea884a4
commit 19221a2eab
@@ -8,7 +8,6 @@ import java.util.Arrays;
import java.util.List;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.openqa.selenium.WebDriver;
import com.sap.sailing.selenium.core.SeleniumTestCase;
@@ -142,7 +141,6 @@ public class TestLeaderboardConfiguration extends AbstractSeleniumTest {
});
}
@Disabled("This test belongs to bug 1892 and currently fails. It is currently enabled on branch bug1892.")
@SeleniumTestCase
public void testDynamicRenamingOfRace() {
this.environment.getWindowManager().withExtraWindow(getWebDriver(), (adminConsoleWindow, leaderboardWindow) -> {