w3ui
w3ui copied to clipboard
fix: re-enable vanilla and vue playwright tests and codesandbox
In https://github.com/web3-storage/w3ui/pull/530 I've disabled playwright tests for Vue and our codesandbox builds:
- The Vue playwright tests are failing in test on something that seems like it should work, used to work, and works manually
- The "vanilla-JS" playwright tests have been failing and disabled for quite some time now
- The codesandbox builds seem to be failing because of a pnpm upgrade.
We should find time to get all of these working again, or break them out separately to fix.