You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
Description
Currently test-suite depends heavily on pattern-fly-classes selectors. It'd be nice if every page fragment (for user interaction) could have id or data-testid attribute.
For example:
Navigation
Menu links done
Dashboard:
All buttons/links (Create integration, View all integrations, Create connections, view all connections)
integration list elements in Top 5 integrations - data-testid should contain integration name if possible.
Buttons/links within integration item
Connection card (link)
Connection card tittle
Recent updates - integration item - data-testid should contain integration name if possible.
Integrations page
all buttons/links
Items in integration list - data-testid should contain integration name if possible.
This is a...
Description
Currently test-suite depends heavily on pattern-fly-classes selectors. It'd be nice if every page fragment (for user interaction) could have id or data-testid attribute.
For example:
Navigation
Dashboard:
Integrations page
integration details
Integration editor
<select>
tags (i.e Period time units)Connections page
Settings
In summary: all buttons, inputs, links, headings bodies, menus :)
The text was updated successfully, but these errors were encountered: