From e31c4239e2cfcceb271ab8f0c979964430ed2db9 Mon Sep 17 00:00:00 2001 From: Pierre Laborde <49183340+labordep@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:36:10 +0200 Subject: [PATCH] Write test for #190 --- src/Molecule-IDE-Tests/MolWorldTest.class.st | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Molecule-IDE-Tests/MolWorldTest.class.st b/src/Molecule-IDE-Tests/MolWorldTest.class.st index c69b6f2b..54ed0561 100644 --- a/src/Molecule-IDE-Tests/MolWorldTest.class.st +++ b/src/Molecule-IDE-Tests/MolWorldTest.class.st @@ -4,6 +4,12 @@ Class { #category : #'Molecule-IDE-Tests-Cases' } +{ #category : #tests } +MolWorldTest >> testOpenDefineComponentDialog [ + + MolWorld openDefineComponentDialog +] + { #category : #tests } MolWorldTest >> testWorldMenu [ | menuElements moleculeMenuEntry libraryMenu |