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
I tried to bisect which commit in text introduced this but failed. Now that I got the test to fail i cannot get it to pass again. It even failed when i had the same text commit checked out as during the last passing CI run.
Since I had a local failure now i could debug it some. Looks like it the first failing test tries to open //test.png:
But the list of files after fetching the metadata only contains a file called /test.png so when the viewer tries to calculate the current index that is -1 and later the file to open is empty leading to exceptions.
Describe the bug
Cypress tests have been failing recently. In particular three tests in pages-links.spec.js:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cypress tests should pass and dependency PRs should be merge automatically.
Screenshots
Server details:
Client details:
Nextcloud log (data/nextcloud.log)
Nextcloud logs are empty (i.e. no errors) for the run in question.
The text was updated successfully, but these errors were encountered: