You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently (Commit 51c6e75) the integrationtests are failing.
And they do so for no obvious reason. I opened the application in the browser and the application does well. There are no hidden console errors or an indicator of what is happening.
I watched the recent changes - namely the contribution of @bernhard-herzog which the errors could not be attributed to.
Using npx playwright test --ui I took a look at the first failing test.
Currently (Commit 51c6e75) the integrationtests are failing.
And they do so for no obvious reason. I opened the application in the browser and the application does well. There are no hidden console errors or an indicator of what is happening.
I watched the recent changes - namely the contribution of @bernhard-herzog which the errors could not be attributed to.
Using
npx playwright test --ui
I took a look at the first failing test.Translated to plain english there is nothing more going on than:
And the result in the headless browser looks like
So the file seems to have been loaded but no rendering of a revision history nor general information took place.
The behavior in the browser looks correct.
For now I am at my wit's end.
The text was updated successfully, but these errors were encountered: