-
core PR https://github.com/owncloud/core/pull/39721 changed the behavior of the groups on the user management page. If the group is an LDAP group, or for whatever reason the group member count is zero…
-
JDN v 3.1.119
Back-end v 2022-01-21-15.18.28
https://jdi-testing.github.io/jdi-light/different-elements.html
1. New Page Object
2. Generate
3. Select all locators and click Confirm
4. Generate…
-
While running tests in parallel with the help of Surefire plugin, I’ve noticed issue in test scenarios. In case of referring to WebDriver (or WebDriverFacade) from `ScenarioSteps.getDriver()`, it poin…
-
Hello,
I use Serenity BDD + cucumber, sometimes the reports aren't generated.
It depends on tags i used :
--tags ~@test : no reports
without tags : no reports
--tags @critique : i have reports
…
-
**What I was trying to do / What I need help with**
I refactored some components in PR #11423 to address #11392. Some of the e2e tests failed after the refactoring. I tried downloading the chromedr…
-
I am using Page Object Model for my tests using Playwright Test Runner and TypeScript
I have a scenario where i need to handle multitab
I am trying to access context inside one of the pages, so …
-
**### Actual behavior**
------------------------------------------------------------------
[chrome mac os x #0-0] Spec: /Users/sf-unified/utam-js-recipes/force-app/test/record-create.spec.js
[chro…
-
in which the PageObject was created.
### Code sample:
```java
var loginPage1 = browser1.open("/", LoginPage.class);
loginPage1.login();
```
### LoginPage.java
```java
class LoginPage() …
-
Hi,
I wanted to set InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS:true"
property in serenity.properties , but its not working for me ( in my CI setup, i cannot guarantee …
-
I have a website, that user have to fill a pop up for basic authentication before continue navigating the app.
this is cause PW to fail right away upon starting the test due to the error shown belo…