Revert "Fix the Konqueror test - handle Locations dialogue."
This reverts commit d784bf54ca
.
It turned out that Locations are not connected to Konqueror
at all. The reason why the test is failing is that the
application has been removed to limit the number of
web browsers.
This commit is contained in:
parent
a3796fb901
commit
a54f020118
@ -1,15 +0,0 @@
|
||||
{
|
||||
"properties": [],
|
||||
"tags": [
|
||||
"konqueror_locations"
|
||||
],
|
||||
"area": [
|
||||
{
|
||||
"xpos": 379,
|
||||
"ypos": 126,
|
||||
"width": 68,
|
||||
"height": 18,
|
||||
"type": "match"
|
||||
}
|
||||
]
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
@ -10,11 +10,7 @@ sub run {
|
||||
|
||||
# Start the application
|
||||
menu_launch_type 'konqueror';
|
||||
# Confirm the Locations dialog if it is present
|
||||
if (check_screen "konqueror_locations") {
|
||||
assert_and_click "kde_ok";
|
||||
}
|
||||
# Check that Konqueror has started
|
||||
# Check that it is started
|
||||
assert_screen 'konqueror_runs';
|
||||
# Close the application
|
||||
quit_with_shortcut();
|
||||
|
Loading…
Reference in New Issue
Block a user