mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 05:53:09 +00:00
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:
parent
32a7798037
commit
6e95581865
@ -12,6 +12,8 @@ sub run {
|
|||||||
# Run the application
|
# Run the application
|
||||||
menu_launch_type("Calculator");
|
menu_launch_type("Calculator");
|
||||||
assert_screen("apps_run_calculator");
|
assert_screen("apps_run_calculator");
|
||||||
|
# wait for system to settle before snapshotting
|
||||||
|
sleep 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
sub test_flags {
|
sub test_flags {
|
||||||
|
Loading…
Reference in New Issue
Block a user