We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be845fc commit 8bb25e4Copy full SHA for 8bb25e4
src/components/Dialogs/CreateGitRepositoryDialog.cy.tsx
@@ -34,7 +34,7 @@ describe('CreateGitRepositoryDialog', () => {
34
// Fill in the form
35
cy.get('#name').typeIntoUi5Input('test-repo');
36
cy.get('#interval').find('input').clear().type('5m0s');
37
-
+
38
cy.get('#url').typeIntoUi5Input('https://github.com/test/repo');
39
cy.get('#branch').find('input').clear().type('develop');
40
0 commit comments