Wizard: Disable non-valid repositories and add a Status column
This disables adding of repositories that do not have 'Valid' status. Status column was also added to the Repositories table to make the reason why the checkbox is disabled visible.
This commit is contained in:
parent
13b02eca7e
commit
857257591c
4 changed files with 159 additions and 4 deletions
|
|
@ -562,7 +562,7 @@ describe('Step Custom repositories', () => {
|
|||
});
|
||||
await user.click(selectButton);
|
||||
|
||||
screen.getByText(/select all \(1011 items\)/i);
|
||||
screen.getByText(/select all \(1015 items\)/i);
|
||||
});
|
||||
|
||||
test('filter works', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue