-
**com.epam.jdi.light.elements.common.UIElement.isVisible()**
@JDIAction(value = "Check that '{name}' is visible by user", timeout = 0)
public boolean isVisible() {
if (isHidden())…
-
Need to add gradle file and be sure that tests passed in
https://github.com/jdi-templates/jdi-light-junit-template
and
https://github.com/jdi-templates/jdi-light-testng-template
Created from ht…
-
The following exception occurred when trying to run example tests
```
java.lang.RuntimeException: Can't get WebDriver: chrome
at com.epam.jdi.light.common.Exceptions.exception(Exceptions.java:…
-
Необходимо исследовать следующий фидбэк от Ксении Ковалёвой:
"В целом не понятно, почему мои классы, написанные в https://github.com/jdi-templates/jdi-light-testng-template, не работают, а в https:…
-
The jdi-bdd-tests module has a failed test suite that needs to be fixed.
See failed travis builds:
https://travis-ci.com/github/jdi-testing/jdi-light/jobs/393254044
https://travis-ci.com/github/jdi…
-
1. Go one by one (in order below) through all the [template repositories](https://github.com/jdi-templates/), update the version of JDI to the latest one (see [maven central](https://mvnrepository.com…
-
Some elements have 'flickering' features/attributes i.e. they appear for millisec and disappear.
Framework does not have enough time to check presence of these features/attributes.
So far we have de…
-
- In the PR against different JDK versions https://github.com/jdi-testing/jdi-light/pull/2065 in the comment section there are allure reports for different JDKs. (see comments for 5565 build)
- https…
-
Each of features/Menu.feature tests passes when run separately.
But when tests are run simultaneously - only first one passes, next test fails with:
java.lang.NullPointerException
at com.epam.jdi…
-