New Test
open /been/configuration/configuration/
type task-manager-hostname 127.0.0.1
type max-package-cache-size 512
type kept-closed-context-count 2
check show-debug-options
clickAndWait save
assertTextPresent Configuration saved successfully.
assertValue task-manager-hostname 127.0.0.1
assertValue max-package-cache-size 512
assertValue kept-closed-context-count 2
assertValue show-debug-options on
type task-manager-hostname localhost
type max-package-cache-size 1024
type kept-closed-context-count 1
uncheck show-debug-options
clickAndWait save
assertTextPresent Configuration saved successfully.
assertValue task-manager-hostname localhost
assertValue max-package-cache-size 1024
assertValue kept-closed-context-count 1
assertValue show-debug-options off