Improve the UI to make e2e tests more reliable #868
Labels
area/E2E-tests
Related to E2E-tests
component/edc-ui
affected software component
kind/enhancement
New feature or request
Feature Request
Description
Which Areas Would Be Affected?
EDC UI html.
Why Is the Feature Desired?
Make the E2E tests more resilient to changes.
How does this tie into our current product?
Add
id=ci-...
or similar flag to all the properties that are used in the E2E test in the EDC EE, such that it's not referring to elements by name/text but by id, greatly increasing the flexibility in what is displayed or greatly improving the resilience of the E2E tests when a visual change happens in the UI.The idea is to reference all the element that are manipulated programmatically by a unique test id.
See this page for that's possible to use.
Stakeholders
@ununhexium
@illfixit
Solution Proposal and Work Breakdown
Ideally this should be done before e2e tests are added, to minimize later changes.
See also EDC EE
Tasks
The text was updated successfully, but these errors were encountered: