Details
-
Task
-
Resolution: Unresolved
-
Neutral
-
None
-
None
-
None
Description
Completely remove traces of LegacyAdmincentral on main branch / for version / 2.0-SNPASHOT.
core-TF main is used to test 6.3-webapps. 6.3/master does not contain LegacyAdmincentral anymore.
Traces of LegacyAdmincentral should be removed.
Delete AdmincentralHelper which has only 1 method - #isLegacyAdmincentral().
Check and if required adapt code where it was used.
E.g. in FindBar
public FindBar clickAppLauncherButton() {
if (AdmincentralHelper.isLegacyAdmincentral()) {
Button.byIcon(byFindBarClass(), APP_LAUNCHER).click();
}
return this;
}
This should be removed likely ...
Checklists
Acceptance criteria