telekom / testerra

Testerra is an integrated framework for automating tests for (web) applications.
https://docs.testerra.io/
Apache License 2.0
27 stars 15 forks source link

Fix/uielement error message #411

Closed TobiasAdler closed 7 months ago

TobiasAdler commented 7 months ago

Description

Under certain conditions, using UiElement inside a Component, it was possible for the error message to contain 'null' if the name of the component was not specified. With this fix the name of the class is printed instead.

Before: Page -> null(UiElement(By…))

After: Page -> MyComponent(UiElement(By…))

Type of change

Checklist: