def test_load_start_page(self):
        #set county for this batch of tests
        print(config.county)

        start_page = fetch_page.load_start_page()
        assert "Select a location" in start_page.page_source
 def test_load_start_page(self):
     start_page = fetch_page.load_start_page()
     assert "Select a location" in start_page.page_source