1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-12-18 08:33:08 +00:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Adam Williamson
bc5472caf9 hack up multi installer boot tests for 2325780
Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-13 18:28:58 -08:00
Adam Williamson
564d0190fd Drop workaround property from KDE leftbar needle
It always matches, even when we're *not* working around the KDE
title bar issue, so we'd better not mark it as a workaround.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
2024-12-13 18:25:05 -08:00

View File

@ -8,12 +8,7 @@
"xpos": 20
}
],
"properties": [
{
"name": "workaround",
"value": "works around anaconda title bar being visible in KDE, which it should not be"
}
],
"properties": [],
"tags": [
"leftbar_generic"
]