-
### Current behavior
![image](https://user-images.githubusercontent.com/68777842/178414478-1e556fef-8587-49f9-8e91-6706db923871.png)
It displays the hCaptcha page and the one has to manually resol…
-
- [x] Обсудить необходимые метрики 25.07 11:00 МСК
Meeting notes: https://jdi-family.atlassian.net/l/cp/mVzK4D2T
Если будем хранить в таблице:
- Строкой будет PageObject
- Для статистики по локато…
-
Build: https://drone.owncloud.com/owncloud/web/27155/37/20
```
Given user "Alice" has been created with default attributes and without skeleton files in the server
And user "Alice" has creat…
-
How can we pass parameters to [OneTimeSetUp] method?
In case of TestNG, we can use @Parameters along with @BeforeClass. Is there anyway to pass parameter to [OneTimeSetUp] in NUnit?
-
I am trying out wdi5 and it works fine on my local system but when I execute the tests in jenkins, I get the below error:
**13:10:26** **TypeError: browserInstance.getUI5Version is not a function 1…
-
Investigate on the failing scenarios on web.
Build : https://drone.owncloud.com/owncloud/web/28207/34/19
```console
runsh: Total unexpected failed scenarios throughout the test run:
webUISharing…
-
hey! I’m exploring how to make the following work:
```py
from zyte_common_items import Product
from web_poet import ItemPage, handle_urls
@handle_urls("example.com")
class ExamplePage(ItemP…
-
Problem: A test app contains many data masks. Best developer practise is to have a page object for each of those. In this case SysNat must know which page object is the current because its data mask i…
-
#### What are you trying to achieve?
I'm trying to inject a PageObject into an Actor class through its _inject method.
#### What do you get instead?
_inject method isn't called, therefore the Pag…
-
Hello! I tried to assert_screenshot for a local chromedriver and it doesn't crop it properly.
As i see the problem is in crop_element method in visual_test.py
Also it works the same for appium(and…