From 175a47310e802925842a41f2287d7959d66672ce Mon Sep 17 00:00:00 2001 From: Jonathan Bobel Date: Wed, 9 Oct 2024 11:20:43 -0400 Subject: [PATCH] Adding the correct ID to the popup to read correctly to screen readers --- app/templates/base.html | 2 +- tests/javascripts/timeoutPopup.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index efa6c7408..c535fafe2 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -82,7 +82,7 @@ {% if current_user.is_authenticated %} {% block sessionUserWarning %} - +

diff --git a/tests/javascripts/timeoutPopup.test.js b/tests/javascripts/timeoutPopup.test.js index afc8a2687..8d615105e 100644 --- a/tests/javascripts/timeoutPopup.test.js +++ b/tests/javascripts/timeoutPopup.test.js @@ -2,7 +2,7 @@ beforeAll(() => { jest.spyOn(global, 'setTimeout'); document.body.innerHTML = ` - +