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).