Skip to content

Commit

Permalink
fix GtTraitCreationFormExample
Browse files Browse the repository at this point in the history
  • Loading branch information
JurajKubelka committed Oct 27, 2024
1 parent 6f61fe8 commit 3cb74ba
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/GToolkit-Pharo-Coder-UI/GtTraitCreationFormExample.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ GtTraitCreationFormExample >> scripterWithSlotsFilled [
assertStep: [ :s |
s
label: 'Check that slots are set';
satisfies: [ :aFrame |
value: [ :aFrame |
((aFrame userData at: #gtmemento) cache at: aDescription) valueOrNil
currentValue
= {'abc'.
'bcd'} ] ].
currentValue ]
equals: {'abc'. 'bcd'} ].

^ scripter
]
Expand All @@ -92,6 +91,12 @@ GtTraitCreationFormExample >> scripterWithSlotsNavigated [
label: 'Tab to tag editor';
key: BlKeyboardKey tab ].

scripter
keyPressStep: [ :s |
s
label: 'Tab to slots';
key: BlKeyboardKey tab ].

scripter
keyPressStep: [ :s |
s
Expand Down

0 comments on commit 3cb74ba

Please sign in to comment.