Skip to content

Commit

Permalink
YDA-5872: add id to update terms button for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FuHsinyu authored Aug 7, 2024
1 parent f93b893 commit 97b7397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/templates/admin/admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="card-title">Update Publication Terms</h2>
<textarea class="form-control" id="publicationTerms" name="publicationTerms" rows="10"
style="width: 110%;" required>{{ publication_terms|safe }}</textarea>
</div>
<button type="submit" class="btn btn-primary">Update Terms</button>
<button type="submit" id="update-terms" class="btn btn-primary">Update Terms</button>
</form>
<!-- Form to preview updated terms -->
<button type="button" id="create-preview" class="btn btn-secondary">Preview Terms</button>
Expand Down

0 comments on commit 97b7397

Please sign in to comment.