This commit is contained in:
aynic.os 2021-05-13 15:28:46 +02:00
parent a1976ed498
commit 5d6a32c1d5
1 changed files with 10 additions and 0 deletions

View File

@ -44,5 +44,15 @@ Describe 'AstrXbian'
When call import_kodi
The status should be success
End
It 'should prepare astrXbian for first boot, but not tested'
Pending "You should implement prepare_next_boot tests"
When call prepare_next_boot
The status should be success
End
It 'should create astrXbian id, but not tested'
Pending "You should implement iso_config tests"
When call iso_config
The status should be success
End
End
End