diff --git a/needles/kde/apps/konqueror_locations.json b/needles/kde/apps/konqueror_locations.json deleted file mode 100644 index 2242f956..00000000 --- a/needles/kde/apps/konqueror_locations.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "properties": [], - "tags": [ - "konqueror_locations" - ], - "area": [ - { - "xpos": 379, - "ypos": 126, - "width": 68, - "height": 18, - "type": "match" - } - ] -} \ No newline at end of file diff --git a/needles/kde/apps/konqueror_locations.png b/needles/kde/apps/konqueror_locations.png deleted file mode 100644 index 53d445d5..00000000 Binary files a/needles/kde/apps/konqueror_locations.png and /dev/null differ diff --git a/tests/apps_startstop/kde/konqueror.pm b/tests/apps_startstop/kde/konqueror.pm index 4a536347..496c5736 100644 --- a/tests/apps_startstop/kde/konqueror.pm +++ b/tests/apps_startstop/kde/konqueror.pm @@ -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();