Fixed typos.

This commit is contained in:
Martin Edenhofer 2015-02-23 14:28:36 +01:00
parent 553b13fb66
commit 6baf72a3c9

View file

@ -41,7 +41,7 @@ class MaintenanceMessageTest < TestCase
) )
set( set(
:browser => browser1, :browser => browser1,
:css => '#content input[name="message"]', :css => '#content textarea[name="message"]',
:value => message_html, :value => message_html,
) )
@ -89,7 +89,7 @@ class MaintenanceMessageTest < TestCase
) )
set( set(
:browser => browser1, :browser => browser1,
:css => '#content input[name="message"]', :css => '#content textarea[name="message"]',
:value => message_html + ' #2', :value => message_html + ' #2',
) )
@ -101,12 +101,12 @@ class MaintenanceMessageTest < TestCase
watch_for( watch_for(
:browser => browser2, :browser => browser2,
:css => '.modal', :css => '.modal',
:value => title_html + ' #2', :value => title_text + ' #2',
) )
watch_for( watch_for(
:browser => browser2, :browser => browser2,
:css => '.modal', :css => '.modal',
:value => message_html + ' #2', :value => message_text + ' #2',
) )
match_not( match_not(
@ -137,7 +137,7 @@ class MaintenanceMessageTest < TestCase
) )
set( set(
:browser => browser1, :browser => browser1,
:css => '#content input[name="message"]', :css => '#content textarea[name="message"]',
:value => message_html + ' #3', :value => message_html + ' #3',
) )
check( check(
@ -152,12 +152,12 @@ class MaintenanceMessageTest < TestCase
watch_for( watch_for(
:browser => browser2, :browser => browser2,
:css => '.modal', :css => '.modal',
:value => title_html + ' #3', :value => title_text + ' #3',
) )
watch_for( watch_for(
:browser => browser2, :browser => browser2,
:css => '.modal', :css => '.modal',
:value => message_html + ' #3', :value => message_text + ' #3',
) )
watch_for( watch_for(
:browser => browser2, :browser => browser2,