Skip to content

Commit 8bb25e4

Browse files
lint
1 parent be845fc commit 8bb25e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Dialogs/CreateGitRepositoryDialog.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('CreateGitRepositoryDialog', () => {
3434
// Fill in the form
3535
cy.get('#name').typeIntoUi5Input('test-repo');
3636
cy.get('#interval').find('input').clear().type('5m0s');
37-
37+
3838
cy.get('#url').typeIntoUi5Input('https://github.com/test/repo');
3939
cy.get('#branch').find('input').clear().type('develop');
4040

0 commit comments

Comments
 (0)