Project restart
This commit is contained in:
17
test/validation/items/sleep/test.tum
Normal file
17
test/validation/items/sleep/test.tum
Normal file
@@ -0,0 +1,17 @@
|
||||
- sleep:
|
||||
name: Sleep timeout with dialogs
|
||||
condition: $(validation_dialogs)
|
||||
key: $(test)_PASS
|
||||
timeout: 3
|
||||
dialog: true
|
||||
|
||||
- sleep:
|
||||
name: Sleep timeout without dialog
|
||||
key: $(test)_PASS
|
||||
timeout: 3.0
|
||||
|
||||
- sleep:
|
||||
name: Sleep timeout in textual format
|
||||
skipped: true
|
||||
key: $(test)_PASS
|
||||
timeout: 1h 3m 2s
|
||||
Reference in New Issue
Block a user