cwtch-ui/integration_test/features/02_global_settings/01_splash.feature

14 lines
780 B
Gherkin
Raw Permalink Normal View History

@env:clean
Feature: Splash screen displays and then closes
Scenario: splash screen appears
Then I expect the widget 'ProfileManagerView' to be present within 10 seconds
# first-run of cwtch creates expected files and folders
2023-06-14 18:57:49 +00:00
Then I expect the folder 'integration_test/env/temp' to exist
And I expect the folder 'integration_test/env/temp/dev' to exist
And I expect the file 'integration_test/env/temp/dev/SALT' to exist
2023-06-14 18:57:49 +00:00
Then I wait for the file 'integration_test/env/temp/dev/ui.globals' to exist
And I expect the file 'integration_test/env/temp/dev/ui.globals' to exist
And I expect the folder 'integration_test/env/temp/dev/tor' to exist
And I expect the file 'integration_test/env/temp/dev/tor/torrc' to exist
And I wait for 5 seconds