Skip to content
Snippets Groups Projects

Fix upload members for deleted groups

Merged Sascha Klawohn requested to merge fix-uploads-deleted-groups into develop
Files
4
@@ -278,5 +278,5 @@ test.each([
const rows = within(dialog).queryAllByTestId('datatable-row')
expect(rows.length).toBe(2)
checkRow(rows[0], { texts: ['Markus Scheidgen', 'Main author'], isDeletable: false })
checkRow(rows[1], { texts: ['Group with ID group23 was not found', 'Co-author']})
checkRow(rows[1], { texts: ["ERROR: Group with ID 'group23' was not found", 'Co-author']})
})
Loading