Fixed browser test.

This commit is contained in:
Martin Edenhofer 2017-01-14 05:48:05 +01:00
parent d4c4f797d6
commit 1d3f5006ed

View file

@ -95,7 +95,7 @@ class IntegrationTest < TestCase
) )
click(css: '.content.active .main .checkbox-replacement') click(css: '.content.active .main .checkbox-replacement')
select( select(
css: '.content.active .main select[name="group_id"]', css: '.content.active .main select[name="group_ids"]',
value: 'Users', value: 'Users',
) )
set( set(
@ -110,7 +110,7 @@ class IntegrationTest < TestCase
click(css: '.content.active .main .js-submit') click(css: '.content.active .main .js-submit')
match( match(
css: '.content.active .main select[name="group_id"]', css: '.content.active .main select[name="group_ids"]',
value: 'Users', value: 'Users',
) )
match( match(
@ -128,7 +128,7 @@ class IntegrationTest < TestCase
click(css: 'a[href="#system/integration/slack"]') click(css: 'a[href="#system/integration/slack"]')
match( match(
css: '.content.active .main select[name="group_id"]', css: '.content.active .main select[name="group_ids"]',
value: 'Users', value: 'Users',
) )
match( match(
@ -143,7 +143,7 @@ class IntegrationTest < TestCase
reload() reload()
match( match(
css: '.content.active .main select[name="group_id"]', css: '.content.active .main select[name="group_ids"]',
value: 'Users', value: 'Users',
) )
match( match(