Details
-
Improvement
-
Resolution: Duplicate
-
Neutral
-
None
-
None
-
None
Description
Provide a page object for "banner messages".
Possible API(s)
New PO BannerMessage
- String getTitle
- String getMessage
- BannerMessage.Type getType
- void clickReadMore
void clickReadAllNotifications- void close
New methods on PageObjects to access or check for possible banner message.
- boolean hasBanner
- whether the UI contains a banner (or stacked banners)
- Optional <BannerMessage> getBanner
- returns the banner message currently sticked on the UI (the one on top)
The UI can indicate whether there are actually "multiple" banner - but the only way it does this is by showing an additional button ("Read all notifications"). Hence I propose that we mainly ignore the multiple banner thingy.
Checklists
Acceptance criteria
Attachments
Issue Links
- mentioned in
-
Page Loading...