-
The discussion came about in the pylib IRC channel between myself and Ronny P.
As a newbie it's difficult to find more complex, real-world examples of how to use fixtures and why. In essence, how to …
-
I used the latest unstable jicofo & jibri.
The UI show "is preparing recoding...", but actually, the recording is going well. but will stop automatically a few seconds later.
The ffmpeg log show…
-
When trying to run the visualization tests on their own, I noticed if you have x-pack enabled, these tests do not log you in when the login screen appears, this is because the tests use:
await Page…
-
When a test is run on Chrome (Windows/Android) combination (BrowserStack)…
**System.InvalidCastException:**
Unable to cast object of type 'OpenQA.Selenium.Remote.ReadOnlyDesiredCapabilities' to ty…
-
Hi,
I am using selenideelement as classic page-object model am getting the following error:
``` java
@FindBy(id = "searchInputBox")
private SelenideElement myMpSearch;
@FindBy(xpath = "//span[text(…
-
Hi,
I have a problem in tests when the selector is defined in page objects section and an assertion fail. The test is stopped but in the next test I got an error with this message `Undefined is not a …
-
A test failed on a tracked branch
```
Error: retry.try timeout: Error: 26 elements completed rendering, waiting on a total of 27
at retry.try (test/functional/services/renderable.js:42:17…
-
## The problem
I get `Cannot read property 'ELEMENT' of null` when using page objects.
## Environment
* WebdriverIO version: v4.6.1
* Node.js version: v4.6.1 (same as wdio ;))
* [Standalone…
-
I tried to setup async stuff with a page object in the Before function of a Testsuite. If the asynchronous code fails, the error is catched and the test proceeds. I broke down the issue to a minimal e…
-
v6.3.0, live server
StudentHomePageUiTest is failing due to a state leak from another test, most likely from StudentProfilePageUiTest.
Specifically, the course below is showing up in StudentHomePage…