TT#56376 selenium: fix crash screenshot names

two test files had the wrong name for test screenshots, fixing it now

Change-Id: I4cb6bfa97c58d5a987e5fe0920ffad1f4c3e13f3
changes/13/32713/3
Nico Schedel 6 years ago
parent 6be0b92774
commit 08bf9489de

@ -211,7 +211,7 @@ $run_ok = 1;
END {
if(!$run_ok) {
$c->crash_handler("/results/crash_other.png");
$c->crash_handler("/results/crash_profile.png");
}
$d->quit();
done_testing;

@ -155,7 +155,7 @@ $run_ok = 1;
END {
if(!$run_ok) {
$c->crash_handler("/results/crash_header.png");
$c->crash_handler("/results/crash_soundset.png");
}
$d->quit();
done_testing;

Loading…
Cancel
Save