diff --git a/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st b/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st index ab2891c8..bb52fbc6 100644 --- a/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st +++ b/src/Spec2-Backend-Tests/SpListCommonPropertiestTest.class.st @@ -27,15 +27,6 @@ SpListCommonPropertiestTest >> testChangingFromSingleToMultipleSelection [ self assert: presenter isMultipleSelection ] -{ #category : 'tests' } -SpListCommonPropertiestTest >> testEnablingFilteringUpdateOpenedList [ - self deny: self adapter hasFilter. - presenter matchSubstring. - self assert: self adapter hasFilter. - presenter itemFilter: nil. - self deny: self adapter hasFilter -] - { #category : 'tests' } SpListCommonPropertiestTest >> testRemoveHeaderTitleInPresenterRemovesColumnHeaderMorph [ self flag: #pharo7.