Unable to login with new FitNesse version release with Appian 17.3

Scripts were working fine with older version of FitNesse however since I have migrated to new FitNesse version released with latest Appian version I am not able to login. Looks like something is wrong with latest FitNesse Jar files. One observation is in previous version button name on login page used to be 'SIGN IN' and now its 'LOG IN' not sure if that it has been handled in new version FitNesse version.

 

script that was working earlier was :

!| script                     |
| login with username| USERNAME |

 

 

Can someone please help here.

  Discussion posts and replies are publicly visible

Parents
  • Hi,
    Please try the following
    1. Dont replace custom.properties file, as it contains new drivers path.
    2. Please Add
    ```| setup login with username field | un | and password field | pw | and login button | Log in |```

    Add the following in your initialization script

    !*** Intialliazation
    !| script |com.appiancorp.ps.automatedtest.fixture.SitesFixture |
    |setup with browser |CHROME |
    |set appian url to ||
    |set appian version to |17.2 |
    |set appian locale to |en_GB |
    |set timeout seconds to |20 |
    |set screenshot path to |C:/FitNesseForAppian/screenshots/ |
    |set stop on error to |true |
    |set take error screenshots to |true |
    |setup login with username field|un |and password field |pw |and login button |Log in |
Reply
  • Hi,
    Please try the following
    1. Dont replace custom.properties file, as it contains new drivers path.
    2. Please Add
    ```| setup login with username field | un | and password field | pw | and login button | Log in |```

    Add the following in your initialization script

    !*** Intialliazation
    !| script |com.appiancorp.ps.automatedtest.fixture.SitesFixture |
    |setup with browser |CHROME |
    |set appian url to ||
    |set appian version to |17.2 |
    |set appian locale to |en_GB |
    |set timeout seconds to |20 |
    |set screenshot path to |C:/FitNesseForAppian/screenshots/ |
    |set stop on error to |true |
    |set take error screenshots to |true |
    |setup login with username field|un |and password field |pw |and login button |Log in |
Children