fix(ui): rename GitLab setup submit button to Save

This commit is contained in:
Andras Bacsai
2026-07-21 21:02:41 +02:00
parent ef4a18833e
commit 2450a32d6c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ describe('GitLab source setup view', function () {
->assertSee('Advanced / Self-hosted')
->assertSee('Application ID')
->assertSee('Application Secret')
->assertSee('Save Credentials')
->assertSee('Save')
->assertDontSee('alert-warning');
});