public class

MinimalContentJiraPage

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

Class Overview

This is a page loads very fast and has no javascript slowing it down or taking up CPU. This page can be switched for another page which is better at being loaded fast and is not flaky (preferably no js). This page needs to work in both BTF and OD incarnations of JIRA.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.pageobjects.pages.AbstractJiraPage
Public Constructors
MinimalContentJiraPage()
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 MinimalContentJiraPage ()

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