mirror of
https://github.com/bec-project/bec_widgets.git
synced 2026-08-09 19:50:34 +02:00
test: fix test
This commit is contained in:
@@ -770,7 +770,7 @@ class TestOphydValidation:
|
||||
assert isinstance(validation_button.icon(), QtGui.QIcon)
|
||||
assert validation_button.styleSheet() == ""
|
||||
validation_button.setEnabled(False)
|
||||
assert validation_button.styleSheet() == validation_button.transparent_style
|
||||
assert validation_button.styleSheet() == ""
|
||||
|
||||
@pytest.fixture
|
||||
def validation_dialog(self, qtbot):
|
||||
|
||||
Reference in New Issue
Block a user