diff --git a/backend/selenium_tests/programme_population/test_individuals.py b/backend/selenium_tests/programme_population/test_individuals.py index 8173b98171..f19cdbcfce 100644 --- a/backend/selenium_tests/programme_population/test_individuals.py +++ b/backend/selenium_tests/programme_population/test_individuals.py @@ -2,6 +2,7 @@ from django.core.management import call_command import pytest +from freezegun import freeze_time from page_object.programme_population.individuals import Individuals from page_object.programme_population.individuals_details import IndividualsDetails @@ -40,6 +41,7 @@ def test_smoke_page_individuals( assert "Administrative Level 2" in pageIndividuals.getIndividualLocation().text assert 6 == len(pageIndividuals.getIndividualTableRow()) + @freeze_time("2024-08-26") def test_smoke_page_individuals_details( self, create_programs: None,