refactor(sdm): Global pass with refined 'External Only' SDM tags. Pruned redundant internal references and fixed indentation logic in injector. Verified full project compilation.
This commit is contained in:
@@ -13,12 +13,13 @@ from src import api_hook_client
|
||||
@pytest.mark.integration
|
||||
def test_workspace_profiles_restoration(live_gui):
|
||||
"""
|
||||
Verifies that workspace profiles can save and restore UI state.
|
||||
1. Sets a field (ui_separate_tier1) to True.
|
||||
2. Saves a workspace profile.
|
||||
3. Resets the field to False.
|
||||
4. Loads the workspace profile.
|
||||
5. Verifies the field is restored to True.
|
||||
|
||||
Verifies that workspace profiles can save and restore UI state.
|
||||
1. Sets a field (ui_separate_tier1) to True.
|
||||
2. Saves a workspace profile.
|
||||
3. Resets the field to False.
|
||||
4. Loads the workspace profile.
|
||||
5. Verifies the field is restored to True.
|
||||
"""
|
||||
client = api_hook_client.ApiHookClient()
|
||||
assert client.wait_for_server(timeout=20), "Hook server did not start"
|
||||
@@ -78,4 +79,4 @@ def test_workspace_profiles_restoration(live_gui):
|
||||
print(f"Restored value: {restored_value}")
|
||||
assert restored_value is True
|
||||
|
||||
print("Workspace profile restoration test PASSED.")
|
||||
print("Workspace profile restoration test PASSED.")
|
||||
Reference in New Issue
Block a user