Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed May 14, 2024
1 parent bb9fcd7 commit 936da15
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/GToolkit-Debugger/GtDebuggerDevScripterCheckStep.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ Class {

{ #category : #assertions }
GtDebuggerDevScripterCheckStep >> assertDebuggerSwitchButtonsWithLabels: aCollectionOfLabels [
<gtExample>
| buttonsContainer obtainedLabels |

buttonsContainer := self scripter element query
Expand Down Expand Up @@ -49,7 +48,6 @@ GtDebuggerDevScripterCheckStep >> assertPlaygroundExpanderVisible [

{ #category : #assertions }
GtDebuggerDevScripterCheckStep >> assertSelectedDebuggerOfType: aDebuggerClass [
<gtExample>
| buttonsContainer |

buttonsContainer := self scripter element query // GtMoldableDebuggerSwitchButtonsContainerElementId.
Expand All @@ -74,7 +72,7 @@ GtDebuggerDevScripterCheckStep >> doubleClickOnPlaygroudExpander [
onPlaygroundResizer ].
]

{ #category : #assertions }
{ #category : #actions }
GtDebuggerDevScripterCheckStep >> switchToDebuggerLabeled: aDebuggerLabel [
<gtExample>

Expand All @@ -88,7 +86,7 @@ GtDebuggerDevScripterCheckStep >> switchToDebuggerLabeled: aDebuggerLabel [
anElement label asString = aDebuggerLabel ] ] ].
]

{ #category : #assertions }
{ #category : #actions }
GtDebuggerDevScripterCheckStep >> switchToDebuggerOfType: aDebuggerClass [
self switchToDebuggerLabeled: aDebuggerClass defaultTitle.
self assertSelectedDebuggerOfType: aDebuggerClass.
Expand Down

0 comments on commit 936da15

Please sign in to comment.