mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
f3f14afbbf
* Move spaces tests from Puppeteer to Cypress * Add missing fixture * Tweak synapsedocker to not double error on a docker failure * Fix space hierarchy loading race condition Fixes https://github.com/matrix-org/element-web-rageshakes/issues/10345 * Fix race condition when creating public space with url update code * Try Electron once more due to perms issues around clipboard * Try set browser permissions properly * Try to enable clipboard another way * Try electron again * Try electron again again * Switch to built-in cypress feature for file uploads * Mock clipboard instead * TMPDIR ftw? * uid:gid pls * Clipboard tests can now run on any browser due to mocking * Test Enter as well as button for space creation * Make the test actually work * Update cypress/support/util.ts Co-authored-by: Eric Eastwood <erice@element.io> Co-authored-by: Eric Eastwood <erice@element.io>
30 lines
493 B
Plaintext
30 lines
493 B
Plaintext
/.npmrc
|
|
/*.log
|
|
package-lock.json
|
|
|
|
/coverage
|
|
/node_modules
|
|
/lib
|
|
|
|
# version file and tarball created by `npm pack` / `yarn pack`
|
|
/git-revision.txt
|
|
/matrix-react-sdk-*.tgz
|
|
|
|
/.idea
|
|
# Legacy skinning file that some people might still have
|
|
/src/component-index.js
|
|
|
|
.DS_Store
|
|
*.tmp
|
|
|
|
.vscode
|
|
.vscode/
|
|
|
|
/cypress/videos
|
|
/cypress/downloads
|
|
/cypress/screenshots
|
|
/cypress/synapselogs
|
|
# These could have files in them but don't currently
|
|
# Cypress will still auto-create them though...
|
|
/cypress/performance
|