Skip to content

Commit

Permalink
Missing "Selenium." and one update.
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Oct 20, 2015
1 parent 8fd5b20 commit 06710af
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/FormSimple.dyalog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msgTest dummy
msg'output'WaitFor'Why Use a Form'
msg'output'Selenium.WaitFor'Why Use a Form'
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/GyroSimple.dyalog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msgTest dummy;result
resultSelenium.Find¨'alpha' 'beta' 'gamma'
msgresult WaitFor¨'0'
msgresult Selenium.WaitFor¨'0'
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/InputGridSimple.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
data'Morten' 'Kromberg'(1'/',¨3⎕TS) It's my birthday every day!
'fname' 'lname' 'bdate'Selenium.SendKeys¨data
Selenium.Click'ClickMe'
msg'output'WaitFor'Hi Morten Kromberg. Happy Birthday!'
msg'output'Selenium.WaitFor'Hi Morten Kromberg. Happy Birthday!'
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/ListManagerSimple.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

'fruits'Selenium.ListMgrSelect'Oranges' 'Lemons'
Selenium.Click'btnSave'
msg'output'WaitFor'You picked: Oranges Lemons'
msg'output'Selenium.WaitFor'You picked: Oranges Lemons'
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/RadioButtonGroupSimple.dyalog
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msgTest dummy;output
Selenium.Click'Transport_3'
msg'output'WaitFor'You selected: Automobile'
msg'output'Selenium.WaitFor'You selected: Automobile'
5 changes: 2 additions & 3 deletions MS3/QA/Examples/DC/ResetButtonSimple.dyalog
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
msgTest dummy;body
bodySelenium.Find'contentblock'
msg('The ResetButton'15body.Text)/'Page does not begin which expected text'
msgTest dummy
msg'output'Selenium.WaitFor'The ResetButton'

0 comments on commit 06710af

Please sign in to comment.