Closed hernanmd closed 3 months ago
Cyril this is strange since there are reference to Author in the test log
MetacelloNotification: Loaded -> SmalltalkCI-Pharo-Coverage-Core --- filetree:///home/runner/.smalltalkCI/repository [:]()
MetacelloNotification: ...finished baseline
KeyNotFound: key #Author not found in SystemEnvironment
SystemEnvironment(Dictionary)>>errorKeyNotFound:
[self errorKeyNotFound: key] in SystemEnvironment(Dictionary)>>at: in Block: [self errorKeyNotFound: key]
SystemEnvironment(Dictionary)>>at:ifAbsent:
SystemEnvironment(Dictionary)>>at:
This PR adds a method,
scrollToIndex:
, to support vertical list scrolling in Spec. Currently working in the Morphic backend. Its functionality is necessary to fix multiple issues, such as :It also adds corresponding tests.