Improved test.
This commit is contained in:
parent
513e695894
commit
9b8aa6c50d
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ class AaaGettingStartedTest < TestCase
|
|||
value: 'setup new system',
|
||||
)
|
||||
click( css: '.js-start .btn--primary' )
|
||||
watch_for(
|
||||
css: '.setup.wizard',
|
||||
value: 'admin',
|
||||
)
|
||||
set(
|
||||
css: '.js-admin input[name="firstname"]',
|
||||
value: 'Test Master',
|
||||
|
|
Loading…
Reference in a new issue