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',
|
value: 'setup new system',
|
||||||
)
|
)
|
||||||
click( css: '.js-start .btn--primary' )
|
click( css: '.js-start .btn--primary' )
|
||||||
|
watch_for(
|
||||||
|
css: '.setup.wizard',
|
||||||
|
value: 'admin',
|
||||||
|
)
|
||||||
set(
|
set(
|
||||||
css: '.js-admin input[name="firstname"]',
|
css: '.js-admin input[name="firstname"]',
|
||||||
value: 'Test Master',
|
value: 'Test Master',
|
||||||
|
|
Loading…
Reference in a new issue