pharo-spec / Spec

Spec is a framework in Pharo for describing user interfaces.
MIT License
61 stars 63 forks source link

Little fixes on tests #1434

Closed tinchodias closed 1 year ago

tinchodias commented 1 year ago

Pair programmed with @tesonep

tinchodias commented 1 year ago

Strange:

#########################
# 1 tests did not pass: #
#########################

SystemNavigationTest
 ✗ #testIsMessageSentInSystemWithTheSelectorInsideAnArray (182ms)
TestFailure: Given Collections do not match!
    additions : {BehaviorForTestToBeDeleted390>>#meth}
    missing: #()
jecisc commented 1 year ago

This test is a know random error

tinchodias commented 1 year ago

Thanks @jecisc