Fixed dashboard test.

This commit is contained in:
Martin Edenhofer 2015-06-23 19:50:11 +02:00
parent 2aad09dab2
commit 7b87bf23af

View file

@ -65,7 +65,7 @@ class PreferencesTest < TestCase
click( css: '#navigation a[href="#dashboard"]' ) click( css: '#navigation a[href="#dashboard"]' )
watch_for( watch_for(
css: '.content.active', css: '.content.active',
value: 'Meine zugewiesenen' value: 'Meine Statistik'
) )
# check language in overview # check language in overview
@ -179,7 +179,7 @@ class PreferencesTest < TestCase
click( css: '#navigation a[href="#dashboard"]' ) click( css: '#navigation a[href="#dashboard"]' )
watch_for( watch_for(
css: '.content.active', css: '.content.active',
value: 'My assig' value: 'My Stats'
) )
# check language in overview # check language in overview
@ -305,7 +305,7 @@ class PreferencesTest < TestCase
click( css: '#navigation a[href="#dashboard"]' ) click( css: '#navigation a[href="#dashboard"]' )
watch_for( watch_for(
css: '.content.active', css: '.content.active',
value: 'Meine' value: 'Meine Statistik'
) )
# check language in overview # check language in overview