diff --git a/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.json b/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.json deleted file mode 100644 index 3320454a..00000000 --- a/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "properties": [], - "tags": [ - "nautilus_desktop_folder_listed" - ], - "area": [ - { - "xpos": 270, - "ypos": 139, - "width": 97, - "height": 20, - "type": "match", - "match": "90" - } - ] -} \ No newline at end of file diff --git a/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.png b/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.png deleted file mode 100644 index f18ecf72..00000000 Binary files a/needles/gnome/apps/nautilus/nautilus_desktop_folder_listed.png and /dev/null differ diff --git a/tests/applications/gnome-text-editor/aaa_setup.pm b/tests/applications/gnome-text-editor/aaa_setup.pm index 3c368c59..a0626b46 100644 --- a/tests/applications/gnome-text-editor/aaa_setup.pm +++ b/tests/applications/gnome-text-editor/aaa_setup.pm @@ -44,14 +44,6 @@ sub run { # Check that the document has been opened assert_screen("gte_text_file_opened"); - - # Sometimes, we experienced that the application did not have - # correct focus when the cursor was outside of the text area, - # therefore we perform an extra click to place the cursor - # inside the text area. - assert_and_click("gte_line_word"); - # Move to cursor to the beginning of the file. - send_key("ctrl-home"); } sub test_flags { diff --git a/tests/applications/nautilus/aaa_setup.pm b/tests/applications/nautilus/aaa_setup.pm index e11ad05c..4bf82fb2 100644 --- a/tests/applications/nautilus/aaa_setup.pm +++ b/tests/applications/nautilus/aaa_setup.pm @@ -38,11 +38,6 @@ sub run { # This will test the common directory structure. The structure is always created when a user is created, so let's see if it has been created correctly. assert_screen("nautilus_available_directories"); - - # Sometimes, Nautilus do not respond to keyboard shortcuts because - # it does not have correct focus. Click inside the file list view - # to get the focus correctly. - assert_and_click("nautilus_desktop_folder_listed"); } sub test_flags {