diff options
Diffstat (limited to 'components/index.html')
-rw-r--r-- | components/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/index.html b/components/index.html index c8cf327..fb294f5 100644 --- a/components/index.html +++ b/components/index.html @@ -10,7 +10,7 @@ </head> <body> <div id="ancestor"> - <div class="question-text"> + <div class="question-text" data-testid="question"> {{.Text}} </div> <div id="feedback"></div> |