summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/views/profiles/keys/_key_details.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/keys/_key_details.html.haml b/app/views/profiles/keys/_key_details.html.haml
index 0ef01dec493..df9908f7bb3 100644
--- a/app/views/profiles/keys/_key_details.html.haml
+++ b/app/views/profiles/keys/_key_details.html.haml
@@ -19,7 +19,7 @@
= form_errors(@key, type: 'key') unless @key.valid?
%p
%span.light= _('Fingerprint:')
- %code.key-fingerprint= @key.fingerprint
+ %code.key-fingerprint{ data: { qa_selector: 'key_fingerprint_code' }}= @key.fingerprint
%pre.well-pre
= @key.key
.col-md-12