Calculator: delay before snapshotting

In some tests on staging this seems to help with the 'clicks
don't work in later test steps' problem we're seeing a lot.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-03 15:12:44 -08:00
parent 32a7798037
commit 6e95581865
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ sub run {
# Run the application
menu_launch_type("Calculator");
assert_screen("apps_run_calculator");
# wait for system to settle before snapshotting
sleep 10;
}
sub test_flags {