summaryrefslogtreecommitdiff
path: root/spec/frontend/authentication/two_factor_auth
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-09-15 18:11:29 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-09-15 18:11:29 +0000
commit27d1ed4ddff6c2649544a968c2842140272d9c9d (patch)
tree93a68b94ece233b47284a9c7ad8cabf31465212c /spec/frontend/authentication/two_factor_auth
parent6e2dde590e694c13efdd441e058a925dcff17258 (diff)
downloadgitlab-ce-27d1ed4ddff6c2649544a968c2842140272d9c9d.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/authentication/two_factor_auth')
-rw-r--r--spec/frontend/authentication/two_factor_auth/components/recovery_codes_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/authentication/two_factor_auth/components/recovery_codes_spec.js b/spec/frontend/authentication/two_factor_auth/components/recovery_codes_spec.js
index b77def195b6..2dcc537809f 100644
--- a/spec/frontend/authentication/two_factor_auth/components/recovery_codes_spec.js
+++ b/spec/frontend/authentication/two_factor_auth/components/recovery_codes_spec.js
@@ -78,7 +78,7 @@ describe('RecoveryCodes', () => {
it('fires Snowplow event', () => {
expect(findProceedButton().attributes()).toMatchObject({
- 'data-track-event': 'click_button',
+ 'data-track-action': 'click_button',
'data-track-label': '2fa_recovery_codes_proceed_button',
});
});