mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-10 05:14:05 -05:00
This test looks for how many times the string `50` appears in the text of the `<main>` element of the page. The `<main>` element also contains some times, for example 1:23pm. This means that when the time reaches 1:50pm, 2:50pm, etc the number of times the string `50` appears in the page changes. Which causes the test assertions to fail.