16118: Adds test checking writable/readonly collection UI changes.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 18 May 2020 13:12:23 +0000 (10:12 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Mon, 18 May 2020 13:12:23 +0000 (10:12 -0300)
commitfc898afbfa340c57062887083c96bc197fc283d0
tree4c655f84756bcbf25459c662dfa2d33ac12e06c1
parent4c6f753bed0deee685b469be0b399bd61d457de8
16118: Adds test checking writable/readonly collection UI changes.

WIP: There's deactivated code that shows a snackbar whenever a service request
returns an error, no matter if the error is handled somewhere up in the stack.
I think that isn't a good approach, also it prevents the 'readonly' case to
work because the snackbar appears in fron of a menu button and cannot be
clicked.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
cypress/integration/collection-panel.spec.js
src/components/collection-panel-files/collection-panel-files.tsx
src/components/context-menu/context-menu.tsx
src/components/file-tree/file-tree-item.tsx
src/index.tsx
src/views-components/resource-properties-form/property-key-field.tsx
src/views-components/resource-properties-form/property-value-field.tsx
src/views-components/resource-properties-form/resource-properties-form.tsx
src/views/collection-panel/collection-panel.tsx