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(
|
||||
:css => '.switchBackToUser',
|
||||
:value => 'zammad looks like',
|
||||
css: '.switchBackToUser',
|
||||
value: 'zammad looks like',
|
||||
)
|
||||
watch_for(
|
||||
:css => '.switchBackToUser',
|
||||
:value => 'Nicole',
|
||||
css: '.switchBackToUser',
|
||||
value: 'Nicole',
|
||||
)
|
||||
login = @browser.find_elements( { css: '.user-menu .user a' } )[0].attribute('title')
|
||||
assert_equal(login, 'nicole.braun@zammad.org')
|
||||
|
|
Loading…
Reference in a new issue