Skip to content

Commit

Permalink
⎕PATH'ed "Selenium" ns
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Oct 20, 2015
1 parent 06710af commit 1d0cd97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MS3/QA/Examples/DC/ResetButtonSimple.dyalog
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
msgTest dummy
msg'output'Selenium.WaitFor'The ResetButton'
msg'output'WaitFor'The ResetButton'
3 changes: 2 additions & 1 deletion QA/SeleniumTests.dyalog
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
:EndIf

{stopOnError}Test site;count;ctl;examples;f;fail;nodot;start;t;time;z;i;START;COUNT;FAIL;Config;selpath;files;n;ext;filter
{stopOnError}Test site;count;ctl;examples;f;fail;nodot;start;t;time;z;i;START;COUNT;FAIL;Config;selpath;files;n;ext;filter;⎕PATH

(site filter)2(eis site),'' ''
:If 0=AppRoot#.Load site
Expand All @@ -45,6 +45,7 @@
:Else 'Unable to load Selenium' 0
:EndTrap
:EndIf
⎕PATH,' Selenium'
Selenium.DLLPATHselpath

Config#.Boot.ConfigureServer AppRoot
Expand Down

0 comments on commit 1d0cd97

Please sign in to comment.