Fixed a test to work inside a Docker container with no internet access.

master
Pacman Ghost 1 year ago
parent 8172fa7070
commit c7a002b1c6
  1. 1
      vasl_templates/webapp/tests/test_vassal.py

@ -784,6 +784,7 @@ def test_compass( webapp, webdriver ):
# initialize # initialize
webapp.control_tests.set_data_dir( "{REAL}" ) webapp.control_tests.set_data_dir( "{REAL}" )
init_webapp( webapp, webdriver, scenario_persistence=1, vsav_persistence=1 ) init_webapp( webapp, webdriver, scenario_persistence=1, vsav_persistence=1 )
disable_snippet_images()
# NOTE: We don't test the simple case of updating a scenario without specifying a compass direction # NOTE: We don't test the simple case of updating a scenario without specifying a compass direction
# since that is done in the other tests that pre-date the compass label. # since that is done in the other tests that pre-date the compass label.

Loading…
Cancel
Save