Fixed test, changed check box behaviour.
This commit is contained in:
parent
0840b521fa
commit
ef5c4af340
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue