Applied rubocop cop 'Style/HashSyntax'.
This commit is contained in:
parent
bc6a8ca169
commit
deb4dfdb9c
1 changed files with 4 additions and 4 deletions
|
@ -26,12 +26,12 @@ class SwitchToUserTest < TestCase
|
||||||
)
|
)
|
||||||
|
|
||||||
watch_for(
|
watch_for(
|
||||||
:css => '.switchBackToUser',
|
css: '.switchBackToUser',
|
||||||
:value => 'zammad looks like',
|
value: 'zammad looks like',
|
||||||
)
|
)
|
||||||
watch_for(
|
watch_for(
|
||||||
:css => '.switchBackToUser',
|
css: '.switchBackToUser',
|
||||||
:value => 'Nicole',
|
value: 'Nicole',
|
||||||
)
|
)
|
||||||
login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title')
|
login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title')
|
||||||
assert_equal(login, 'nicole.braun@zammad.org')
|
assert_equal(login, 'nicole.braun@zammad.org')
|
||||||
|
|
Loading…
Reference in a new issue