Fixed test, changed check box behaviour.

This commit is contained in:
Martin Edenhofer 2015-11-17 13:13:36 +01:00
parent 0840b521fa
commit ef5c4af340

View file

@ -140,9 +140,9 @@ class MaintenanceMessageTest < TestCase
css: '#content textarea[name="message"]',
value: message_html + ' #3',
)
check(
click(
browser: browser1,
css: '#content input[name="reload"][value="1"]',
css: '#content input[name="reload"] + .icon-checkbox.icon-unchecked',
)
click(
browser: browser1,