Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/integrations/edit/components/integration_form_actions_spec.js')
-rw-r--r--spec/frontend/integrations/edit/components/integration_form_actions_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/integrations/edit/components/integration_form_actions_spec.js b/spec/frontend/integrations/edit/components/integration_form_actions_spec.js
index e95e30a1899..d7ee31cc857 100644
--- a/spec/frontend/integrations/edit/components/integration_form_actions_spec.js
+++ b/spec/frontend/integrations/edit/components/integration_form_actions_spec.js
@@ -28,7 +28,7 @@ describe('IntegrationFormActions', () => {
const findConfirmationModal = () => wrapper.findComponent(ConfirmationModal);
const findResetConfirmationModal = () => wrapper.findComponent(ResetConfirmationModal);
const findResetButton = () => wrapper.findByTestId('reset-button');
- const findSaveButton = () => wrapper.findByTestId('save-button');
+ const findSaveButton = () => wrapper.findByTestId('save-changes-button');
const findTestButton = () => wrapper.findByTestId('test-button');
const findCancelButton = () => wrapper.findByTestId('cancel-button');