File diff c3861b9a54bb → 51a7f4dcf177
roles/web_server/molecule/default/tests/test_optional.py
Show inline comments
 
@@ -75,7 +75,7 @@ def test_environment_indicator(host):
 
    page = host.run('curl https://%s/' % hostname)
 

	
 
    expected_content = """
 
    <details open='true' style='width: 100%; line-height: 1.5em; font-weight: bold; color: #00ff00;'>
 
    <details open='true' style='position: fixed; left: 0; width: 100%; line-height: 1.5em; font-weight: bold; color: #00ff00;'>
 
        <summary style='background-color: #ff0000; list-style-type: none; position: fixed; bottom: 5px; z-index: 999999;'>&#128896;&#128898;</summary>
 
        <div style='background-color: #ff0000; width: 100%; text-align: center; position: fixed; bottom: 5px; z-index: 999998;'>parameters-optional</div>
 
    </details>