We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
the IPNS publishing fails when I remove the js-ipfs support from ipfsdCtl in ipfs-backend.js for e2e tests, and pass when I leave it alone:
ipfs-backend.js
results of npx playwright test -c ./test/e2e --repeat-each 10
npx playwright test -c ./test/e2e --repeat-each 10
5 failed ipns.test.js:34:5 › IPNS publishing › Settings screen › should support adding new keys ───────── ipns.test.js:29:5 › IPNS publishing › Settings screen › should list IPNS keys ────────────────── ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action 355 passed (3.0m)
Sorry, something went wrong.
I reverted changes to ipfs-backend.js and re-ran npx playwright test -c ./test/e2e --repeat-each 10 and got
5 failed explore.test.js:181:5 › Explore screen › Inspecting CID › should open dag-pb unixFS XKCD Archives explore.test.js:181:5 › Explore screen › Inspecting CID › should open dag-pb unixFS XKCD Archives ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action ipns.test.js:85:5 › IPNS publishing › Files screen › should have functional "Publish to IPNS" context action
SgtPooki
No branches or pull requests
Tasks
The text was updated successfully, but these errors were encountered: