It is not clear if your test requirement is to ver...
# e2e-testing
s
It is not clear if your test requirement is to verify that the date and ID exist and are correct? Or do you want those elements ignored so that your visual test is not highlighting them every day (that is possible in both Percy and Applitools)? If this was my UI test I would do the following steps: * query the DB for both the latest date and ID * download the pdf and convert it to html * assert the DB date against the PDF date * assert the DB code against the PDF code