mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-14 11:41:49 +02:00
fix(abort_button): abort button added; some minor fixes
This commit is contained in:
@ -19,7 +19,7 @@ def test_resume_button(resume_button):
|
||||
assert resume_button.button.text() == "Resume"
|
||||
assert (
|
||||
resume_button.button.styleSheet()
|
||||
== "background-color: #2793e8 color: white; font-weight: bold; font-size: 12px;"
|
||||
== "background-color: #2793e8; color: white; font-weight: bold; font-size: 12px;"
|
||||
)
|
||||
resume_button.button.click()
|
||||
assert resume_button.queue.request_scan_continuation.called
|
||||
|
Reference in New Issue
Block a user