mirror of
https://github.com/zammad/zammad
synced 2026-05-24 09:48:36 +00:00
Maintenance: Stabilising CI AaaGettingStartedTest#test_a_getting_started
This commit is contained in:
parent
834ac64fa5
commit
481de0af37
1 changed files with 3 additions and 0 deletions
|
|
@ -170,6 +170,9 @@ class AaaGettingStartedTest < TestCase
|
|||
# click(
|
||||
# css: '.js-agent input[name="group_ids"][value="1"]',
|
||||
# )
|
||||
watch_for(
|
||||
css: '.js-agent .js-groupListItem[value=full]',
|
||||
)
|
||||
check(css: '.js-agent .js-groupListItem[value=full]')
|
||||
click(
|
||||
css: '.js-agent .btn--success',
|
||||
|
|
|
|||
Loading…
Reference in a new issue