Open
Description
There seems to be a race condition in the selenium tests via BDD, as an element can not be found in the HTML. This was introduced after an update by either the chromium driver of the github VM or an selenium library in Inyoka. In the past, it worked, then sometimes, now it seems to fail always in github actions.
Futhermore, debugging is tricky, as on my local machine the BDD tests run just fine.
As a workaround they are marked as optional (they are still executed, but the job does not fail if BDD/selenium tests do fail) in #1423
Ideally, we can fix them to be stable and enforced again.