[openqa-needles] Add initial needle for gnome-control-center



commit 37fd4a36a85f4504de04c4d20467e7d377ed9830
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Tue Sep 28 16:05:12 2021 +0100

    Add initial needle for gnome-control-center
    
    This matches whatever gnome-control-center shows on startup. We
    will later need to exclude some areas to avoid small changes
    breaking the test. This is best done from the web UI once we
    encounter such an issue.

 app_settings_startup.json |  24 ++++++++++++++++++++++++
 app_settings_startup.png  | Bin 0 -> 318127 bytes
 2 files changed, 24 insertions(+)
---
diff --git a/app_settings_startup.json b/app_settings_startup.json
new file mode 100644
index 0000000..06033cd
--- /dev/null
+++ b/app_settings_startup.json
@@ -0,0 +1,24 @@
+{
+  "area": [
+    {
+      "xpos": 407,
+      "ypos": 3,
+      "width": 228,
+      "height": 27,
+      "type": "exclude"
+    },
+    {
+      "xpos": 2,
+      "ypos": 2,
+      "width": 1022,
+      "height": 766,
+      "type": "match",
+      "match": 95
+    }
+  ],
+  "properties": [],
+  "tags": [
+    "app_settings_startup"
+  ]
+}
+
diff --git a/app_settings_startup.png b/app_settings_startup.png
new file mode 100644
index 0000000..b224197
Binary files /dev/null and b/app_settings_startup.png differ


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]