parameterised_website/secgen_tests: more sensible test order

This commit is contained in:
ts
2019-02-05 16:29:39 +00:00
parent b0881938f0
commit 4dfd3e03eb

View File

@@ -12,12 +12,10 @@ class ParamWebsiteTest < PostProvisionTest
def test_module
super
json_inputs = get_json_inputs
test_service_up
test_organisation_functionality(json_inputs)
test_additional_page(json_inputs)
test_html_returned_content("/css/#{json_inputs['theme'][0]}", 'Bootswatch v4.0.0')
test_service_up
end
def test_organisation_functionality(json_inputs)