Open xLexip opened 5 days ago
Hi @xLexip,
thanks for reporting this issue. I could reproduce it.
It seems like since v9 the hooks have changed their internal behavior. We need to investigate this further. As a workaround you could move your wdi5.goTo(...)
directly into an it(...)
step.
Regards Simon
To Reproduce I have a basic test with
Logs/Console Output
Runtime Env (please complete the following information):
wdi5/wdio-ui5-service
: 3.0.0-rc.0UI5
: 1.120 LTS/LATESTwdio
: 9.2.1node
: 20.15.1OS
: Ubuntu LTSBrowser
: firefox (v134.0a1)Additional context The test are run in an GitLab CI environment with
--headless
.