This is an automated email from the ASF dual-hosted git repository.
dominikriemer pushed a change to branch fix-plc-retry-failed-connection
in repository https://gitbox.apache.org/repos/asf/streampipes.git
from dfa759acc8 Merge branch 'dev' into fix-plc-retry-failed-connection
add 294e57826e test: Add cypress tests for progress bar and value card
(#4579)
add 0de9cc9bfa Merge branch 'dev' into fix-plc-retry-failed-connection
No new revisions were added by this update.
Summary of changes:
ui/cypress/support/utils/chart/ChartBtns.ts | 118 ++++++++++++++++++++-
.../support/utils/chart/ChartWidgetTableUtils.ts | 8 ++
.../{indicator.spec.ts => progress-bar.spec.ts} | 35 +++---
ui/cypress/tests/chart/chart-types/table.spec.ts | 18 ++++
.../{indicator.spec.ts => value-card.spec.ts} | 29 +++--
.../progress-bar-widget-config.component.html | 48 +++++----
.../progress-bar-widget.component.html | 38 +++++--
.../charts/table/table-widget.component.html | 11 +-
.../config/value-card-widget-config.component.html | 3 +
.../value-card/value-card-widget.component.html | 30 ++++--
.../result-label-configuration.component.html | 4 +
11 files changed, 275 insertions(+), 67 deletions(-)
copy ui/cypress/tests/chart/chart-types/{indicator.spec.ts =>
progress-bar.spec.ts} (57%)
copy ui/cypress/tests/chart/chart-types/{indicator.spec.ts =>
value-card.spec.ts} (63%)