diff --git a/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st b/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st index 34dcd1d9..6ed2060f 100644 --- a/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st +++ b/src/PharoLauncher-Spec2/TPhLInteractionTrait.trait.st @@ -22,10 +22,10 @@ TPhLInteractionTrait >> newConfirmation [ { #category : 'user interaction' } TPhLInteractionTrait >> newFileRequest [ - ^ PhLUIFileRequest new - application: self application; + ^ ITFileRequest new + "application: self application; parentWindow: self window; - yourself + yourself" ] { #category : 'user interaction' }