Interface BackofficeAdminTestingService
public interface BackofficeAdminTestingService
Service used by Selenium via HttpInvoker to execute admin operations.
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCockpitConfiguration(String content) Applies cockpit configuration.voidapplyWidgetsConfiguration(String content, String rootWidgetId) Applies widgets configuration.voidimportImpex(String content) Imports impex.voidResets to defaults.
-
Method Details
-
resetToDefaults
void resetToDefaults()Resets to defaults. -
applyWidgetsConfiguration
Applies widgets configuration.- Parameters:
content- the configuration.rootWidgetId- the root widget id.
-
applyCockpitConfiguration
Applies cockpit configuration.- Parameters:
content- the configuration.
-
importImpex
Imports impex.- Parameters:
content- the impex.
-