public class

GenericPageWithWarningMessage

extends AbstractJiraPage
java.lang.Object
   ↳ com.atlassian.jira.pageobjects.pages.AbstractJiraPage
     ↳ com.atlassian.jira.pageobjects.pages.GenericPageWithWarningMessage

Class Overview

A generic page that contains warning in page content. Useful for checking if error page appear after user action.

Example usage: jira.visit(GenericPageWithWarningMessage.class, pageUrl, "You must log in to access this page.");

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
GenericPageWithWarningMessage(String url, String expectedMessage)
Public Methods
String getUrl()
TimedCondition isAt()
Timed condition checking if we're at given page.
[Expand]
Inherited Methods
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
From class java.lang.Object
From interface com.atlassian.pageobjects.Page

Public Constructors

public GenericPageWithWarningMessage (String url, String expectedMessage)

Public Methods

public String getUrl ()

public TimedCondition isAt ()

Timed condition checking if we're at given page.

Returns
  • timed condition checking, if the test is at given page