You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests in Spec2-Backend-Tests should query the state of the widget through adapter's API. Most tests are fine, but some of them make assumptions on the widget's API, and send messages to the widget that only Morphic backend understand.
I collected this list:
8 tests in SpGridLayoutAdapterTest send self presenter adapter widget submorphs, assuming backend is Morphic
Tests in
Spec2-Backend-Tests
should query the state of the widget through adapter's API. Most tests are fine, but some of them make assumptions on the widget's API, and send messages to the widget that only Morphic backend understand.I collected this list:
SpGridLayoutAdapterTest
sendself presenter adapter widget submorphs
, assuming backend is MorphicSpCheckboxAdapterTest>>#testChangingLabelAffectTheWidget
SpLabelAdapterTest>>#testBackgroundColorChangesColor
SpNotebookAdapterTest>>#testSelectingPageShouldAnnounceChangeEvent
(sendsself adapter widget tabSelectorMorph
)SpRadioButtonAdapterTest>>#testChangingLabelAffectTheWidget
(sendsself widget label
)SpTextAdapterTest
sendpresenter adapter widget textArea editingState undoManager
I extracted those candidates by exploring the senders of
widget
in theSpec2-Backend-Tests
package:The text was updated successfully, but these errors were encountered: