Skip to content

Commit d656aa6

Browse files
YousefEDmatthewlipskipvunderink
authored
Permissions dialog & playwright testing against test server (#298)
* Add dropdown & modal * add user picker + install readme * add react-intl-next * Finished Dialog UI * WIP: Permissions UI logic * Added almost all remaining logic * Added remaining dialog logic * Disabled doc private read option * Non-document owners can no longer edit permissions and owners can no longer change their own permissions. * Updated atlaskit/user-picker dependency * Updated atlaskit/atlassian-navigation dependency * Updated atlaskit/atlassian-navigation dependency * re-add package lock * update package lock * Fixed linting issues * Reverted start and build scripts to include copytypes * fix formatting * refactor into new menu + CSS fixes * fix style bugs * connect permissions with matrix * upgrade matrix-crdt * update server config * Setup playwright for the editor package with two basic tests * Edit playwright ci config * Try different playwright config * Switch order * Fix playwright CI * Even longer timeout for server startup * make playwright run against local matrix instance * remove stub function * Reconfigure playwright and CI * Add missing folder * Add dummy test to pass CI * wip permissions matrix * setup tests * add collaboration tests * simpler ci for playwright (#297) * simpler ci for playwright * small fixes * fix jest * fix tests * cleanup * fix ci * webrtc flag * fix tests * update tests * test improvements * try without networkchecks * add message to new notebook dialog Co-authored-by: Matthew Lipski <[email protected]> Co-authored-by: Pepijn Vunderink <[email protected]>
1 parent a494bd5 commit d656aa6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2056
-89
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
CI: true
6565

6666
- name: Run server
67-
run: npm start & npx wait-on http://localhost:3000
67+
run: npm run start:local & npx wait-on http://localhost:3000
6868
env:
6969
CI: true
7070

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ To run the project, open the command line in the project's root directory and en
2222
# Start the editor project
2323
npm start
2424

25+
2526
## Watch changes
2627

2728
npm run watch

0 commit comments

Comments
 (0)