MethodFinderWindow.st
changeset 3709 6189f7800242
parent 3708 e709d40e6bc9
child 3710 280daf8b3626
equal deleted inserted replaced
3708:e709d40e6bc9 3709:6189f7800242
  1803         (showing: 'Click into the "answer" field' do:(
  1803         (showing: 'Click into the "answer" field' do:(
  1804             moveTo: AnswerEditor
  1804             moveTo: AnswerEditor
  1805             click: AnswerEditor
  1805             click: AnswerEditor
  1806         ))
  1806         ))
  1807         (showing: 'Enter the expected result value into the "answer" field' do:(
  1807         (showing: 'Enter the expected result value into the "answer" field' do:(
  1808             enter: '101'
  1808             enter: '11'
  1809         ))
  1809         ))
  1810         wait: 0.5
  1810         wait: 0.5
  1811         (showing: 'now, Click on the "search" button' do:(
  1811         (showing: 'now, Click on the "search" button' do:(
  1812             moveTo: SearchButton
  1812             moveTo: SearchButton
  1813             click: SearchButton
  1813             click: SearchButton
  1814         ))
  1814         ))
  1815         
  1815         
  1816     )
  1816     )
  1817 
  1817 
  1818     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1818     "Created: / 18-07-2019 / 21:59:06 / Claus Gittinger"
  1819     "Modified: / 19-07-2019 / 15:09:07 / Claus Gittinger"
  1819     "Modified: / 19-07-2019 / 15:17:38 / Claus Gittinger"
  1820 ! !
  1820 ! !
  1821 
  1821 
  1822 !MethodFinderWindow methodsFor:'private'!
  1822 !MethodFinderWindow methodsFor:'private'!
  1823 
  1823 
  1824 argumentEditorsContents
  1824 argumentEditorsContents