Fitnesse - test sites - login fails

I have a problem with FitNesse when testing sites. (17.1)

set appian url to https://test.appiancloud.com/suite/sites/applicant

|login with username | externalapplicant | and password | Password |

In Firefox the login screen is ok and the expected site is displayed.

I get an error and the script stops with this result; 

| login with username An error has occurred: Login page - externalapplicant | externalapplicant | and password | Password |

 

I have tried SITES METHODS  in the Cheat Sheet but they seams not been implemented.

For example 

| navigate to site | https://test.appiancloud.com/suite/sites/applicant | 

| navigate to site Method navigateToSite[1] not found in com.appiancorp.ps.automatedtest.fixture.TempoFixture. |

  Discussion posts and replies are publicly visible

  • Well I have to mention that another way to solve the issue is to change from (instead of changing the menu to ,link)

    If you are using :
    !| script | com.appiancorp.ps.automatedtest.fixture.TempoFixture |
    change it to
    !| script | com.appiancorp.ps.automatedtest.fixture.SitesFixture |

    NOTE: on the version Release 18.1.2 they changed the example that came on the FitnesseForAppian.

    Please try that and comment here what you find

    Jose