fix(bec_widgets): adapt to bec_qthemes 1.0; themes can be only applied on living Qt objects

This commit is contained in:
2026-03-05 18:12:29 +01:00
parent d25314e6ee
commit b0cd619d7d
44 changed files with 164 additions and 277 deletions
-4
View File
@@ -17,10 +17,6 @@ def abort_button(qtbot, mocked_client):
def test_abort_button(abort_button):
assert abort_button.button.text() == "Abort"
assert (
abort_button.button.styleSheet()
== "background-color: #666666; color: white; font-weight: bold; font-size: 12px;"
)
abort_button.button.click()
assert abort_button.queue.request_scan_abortion.called
abort_button.close()