Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 12479d9

Browse files
committedMay 29, 2023
Repository tests: create distribution for one repo, copy cli fails otherwise
No-Issue
1 parent 3ccc035 commit 12479d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/cypress/e2e/repo/repository_list.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ describe('Repository', () => {
99
range(5).forEach((i) => {
1010
cy.galaxykit('repository create repoListTest' + i);
1111
});
12+
cy.galaxykit('distribution create repoListTest3');
1213

1314
// chrome only - prevent 'Write permission denied.' when copying to clipboard
1415
cy.wrap(

0 commit comments

Comments
 (0)
Please sign in to comment.