Fix the Konqueror test - handle Locations dialogue.
This commit is contained in:
parent
37f597229a
commit
d784bf54ca
15
needles/kde/apps/konqueror_locations.json
Normal file
15
needles/kde/apps/konqueror_locations.json
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"properties": [],
|
||||||
|
"tags": [
|
||||||
|
"konqueror_locations"
|
||||||
|
],
|
||||||
|
"area": [
|
||||||
|
{
|
||||||
|
"xpos": 379,
|
||||||
|
"ypos": 126,
|
||||||
|
"width": 68,
|
||||||
|
"height": 18,
|
||||||
|
"type": "match"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
BIN
needles/kde/apps/konqueror_locations.png
Normal file
BIN
needles/kde/apps/konqueror_locations.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 58 KiB |
@ -10,7 +10,11 @@ sub run {
|
|||||||
|
|
||||||
# Start the application
|
# Start the application
|
||||||
menu_launch_type 'konqueror';
|
menu_launch_type 'konqueror';
|
||||||
# Check that it is started
|
# Confirm the Locations dialog if it is present
|
||||||
|
if (check_screen "konqueror_locations") {
|
||||||
|
assert_and_click "kde_ok";
|
||||||
|
}
|
||||||
|
# Check that Konqueror has started
|
||||||
assert_screen 'konqueror_runs';
|
assert_screen 'konqueror_runs';
|
||||||
# Close the application
|
# Close the application
|
||||||
quit_with_shortcut();
|
quit_with_shortcut();
|
||||||
|
Loading…
Reference in New Issue
Block a user