public class ProjectDetailsHelpTooltip extends Object
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).
Constructor and Description |
---|
ProjectDetailsHelpTooltip(String triggerId,
String inlineDialogId) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
hasVisibleContent() |
void |
initialise() |
boolean |
isOpen() |
void |
open() |
Copyright © 2002-2017 Atlassian. All Rights Reserved.
View cookie preferences