Changeset - 51a7f4dcf177
[Not reviewed]
0 1 0
Branko Majic (branko) - 2 months ago 2024-02-27 18:34:16
branko@majic.rs
MAR-192: Fix environment indicator test:

- Expected content in the test was incorrect (probably old value from
messing around with improving the environment indicator).
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
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>
0 comments (0 inline, 0 general)