Skip to content

Commit

Permalink
fix menu text (not anymore conextMenu)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Oct 21, 2024
1 parent 0876229 commit 150c28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Iceberg-UI-Tests/IceTipWorkingCopyBrowserTest.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ IceTipWorkingCopyBrowserTest class >> isAbstract [
IceTipWorkingCopyBrowserTest >> contextMenuForIndex: index [

presenter packagesTable selectIndex: index.
^ presenter packagesTable contextMenu value.
^ presenter packagesTable actions.
]

{ #category : 'running' }
Expand Down Expand Up @@ -54,7 +54,7 @@ IceTipWorkingCopyBrowserTest >> testPackageHasBrowseRepositoryVersionOption [
| menu |

menu := self contextMenuForIndex: 1.
self assert: (menu defaultGroup menuItems anySatisfy: [ :e | e name = 'Browse this version in Monticello' ])
self assert: (menu allCommands anySatisfy: [ :e | e name = 'Browse this version in Monticello' ])
]

{ #category : 'tests' }
Expand Down

0 comments on commit 150c28d

Please sign in to comment.