Add copying of repository list for variant analyses#1753
Conversation
This adds the ability to copy the repository list for variant analyses from the context menu in the query history.
| }); | ||
| }); | ||
|
|
||
| describe('copyRepoListToClipboard', async () => { |
There was a problem hiding this comment.
Can these tests be in no-workspace or minimal-workspace at all?
There was a problem hiding this comment.
Yes, I think they could be moved to minimal-workspace. However, I don't really see what the advantage would be of splitting these tests over multiple files and test suites. I think it would actually make it harder where something is being tested, although I would also be happy to move them over if there are advantages to that.
There was a problem hiding this comment.
My understanding is that CLI tests are slower (and maybe flakier?) because they have to set up the whole CLI. We generally need to tidy up around the area so I'm happy for us to leave things where they are for now, but I was curious about whether there was a reason we chose to put them here. I guess the reason is that other VariantAnalysisManager tests are in CLI tests.
This adds the ability to copy the repository list for variant analyses from the context menu in the query history.
Checklist
ready-for-doc-reviewlabel there.