Package org.camunda.bpm
Class LoginIT
- java.lang.Object
-
- org.camunda.bpm.AbstractWebIntegrationTest
-
- org.camunda.bpm.AbstractWebappUiIntegrationTest
-
- org.camunda.bpm.LoginIT
-
public class LoginIT extends AbstractWebappUiIntegrationTest
-
-
Field Summary
Fields Modifier and Type Field Description protected org.openqa.selenium.support.ui.WebDriverWait
wait
-
Fields inherited from class org.camunda.bpm.AbstractWebappUiIntegrationTest
driver, screenshotRule
-
Fields inherited from class org.camunda.bpm.AbstractWebIntegrationTest
APP_BASE_PATH, appUrl, client, connection, defaultHttpClient, HOST_NAME, httpPort, service, TASKLIST_PATH, testProperties, testUtil
-
-
Constructor Summary
Constructors Constructor Description LoginIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
login(java.lang.String appName)
void
loginToAdmin()
void
loginToCockpit()
void
loginToTasklist()
void
loginToWelcome()
void
sendKeys(org.openqa.selenium.WebElement element, java.lang.String keys)
void
shouldLoginToAdmin()
void
shouldLoginToCockpit()
void
shouldLoginToTasklist()
void
shouldLoginToWelcome()
-
Methods inherited from class org.camunda.bpm.AbstractWebappUiIntegrationTest
after, containsCurrentUrl, createClient, createDriver, currentURIIs, quitDriver
-
Methods inherited from class org.camunda.bpm.AbstractWebIntegrationTest
before, createClient, destroyClient, getCookieHeaders, getCookieValue, getHeaders, getRestCtxPath, getWebappCtxPath, getXsrfCookieValue, getXsrfTokenHeader, performRequest, preventRaceConditions
-
-
-
-
Method Detail
-
login
public void login(java.lang.String appName)
-
sendKeys
public void sendKeys(org.openqa.selenium.WebElement element, java.lang.String keys)
-
shouldLoginToCockpit
public void shouldLoginToCockpit() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
loginToCockpit
public void loginToCockpit() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
shouldLoginToTasklist
public void shouldLoginToTasklist()
-
loginToTasklist
public void loginToTasklist()
-
shouldLoginToAdmin
public void shouldLoginToAdmin() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
loginToAdmin
public void loginToAdmin() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
shouldLoginToWelcome
public void shouldLoginToWelcome() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
loginToWelcome
public void loginToWelcome() throws java.net.URISyntaxException
- Throws:
java.net.URISyntaxException
-
-