Class ProjectDetailsHelpTooltip

java.lang.Object
com.atlassian.jira.pageobjects.pages.admin.ProjectDetailsHelpTooltip

public class ProjectDetailsHelpTooltip extends Object
The inline dialogs on the ViewProjects/ProjectDetails page that display extra information about various project fields (project type, project category, etc).

Ideally we would replace this with the com.atlassian.pageobjects.components.aui.AuiInlineDialog class, but that page object doesn't do everything we need it to do right now (can't close the dialog programmatically, can't check its contents). We can't just extend it either because it makes some assumptions about id naming conventions that are incompatible with our existing markup for these screens (not all our inline dialogs have an id prefixed with "inline-dialog-" like AuiInlineDialog assumes). This will likely be replaced with an updated AuiInlineDialog page object eventually (tm).

Since:
v7.2
  • Constructor Details

    • ProjectDetailsHelpTooltip

      public ProjectDetailsHelpTooltip(String triggerId, String inlineDialogId)
  • Method Details

    • initialise

      public void initialise()
    • open

      public void open()
    • close

      public void close()
    • isOpen

      public boolean isOpen()
    • hasVisibleContent

      public boolean hasVisibleContent()