Fixed dashboard test.
This commit is contained in:
parent
2aad09dab2
commit
7b87bf23af
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue