Fixed browser test.
This commit is contained in:
parent
d4c4f797d6
commit
1d3f5006ed
1 changed files with 4 additions and 4 deletions
|
@ -95,7 +95,7 @@ class IntegrationTest < TestCase
|
|||
)
|
||||
click(css: '.content.active .main .checkbox-replacement')
|
||||
select(
|
||||
css: '.content.active .main select[name="group_id"]',
|
||||
css: '.content.active .main select[name="group_ids"]',
|
||||
value: 'Users',
|
||||
)
|
||||
set(
|
||||
|
@ -110,7 +110,7 @@ class IntegrationTest < TestCase
|
|||
click(css: '.content.active .main .js-submit')
|
||||
|
||||
match(
|
||||
css: '.content.active .main select[name="group_id"]',
|
||||
css: '.content.active .main select[name="group_ids"]',
|
||||
value: 'Users',
|
||||
)
|
||||
match(
|
||||
|
@ -128,7 +128,7 @@ class IntegrationTest < TestCase
|
|||
click(css: 'a[href="#system/integration/slack"]')
|
||||
|
||||
match(
|
||||
css: '.content.active .main select[name="group_id"]',
|
||||
css: '.content.active .main select[name="group_ids"]',
|
||||
value: 'Users',
|
||||
)
|
||||
match(
|
||||
|
@ -143,7 +143,7 @@ class IntegrationTest < TestCase
|
|||
reload()
|
||||
|
||||
match(
|
||||
css: '.content.active .main select[name="group_id"]',
|
||||
css: '.content.active .main select[name="group_ids"]',
|
||||
value: 'Users',
|
||||
)
|
||||
match(
|
||||
|
|
Loading…
Reference in a new issue