auto flake and corrections
This commit is contained in:
@@ -112,13 +112,14 @@ class TestHTMLLinkEndToEnd(unittest.TestCase):
|
||||
rendered = page.render()
|
||||
self.assertIsNotNone(rendered)
|
||||
|
||||
print(f"\nSettings overlay test:")
|
||||
print("\nSettings overlay test:")
|
||||
print(f" Found {len(all_linked_words)} linked words")
|
||||
print(f" Actions: {actions}")
|
||||
print(f" Rendered: {rendered.size}")
|
||||
|
||||
# The links are successfully created and rendered!
|
||||
# In a real application, query_point would be used to detect clicks on these links
|
||||
# In a real application, query_point would be used to detect clicks on
|
||||
# these links
|
||||
|
||||
def test_link_metadata_preserved(self):
|
||||
"""Test that link metadata (title, type) is preserved through the workflow."""
|
||||
|
||||
Reference in New Issue
Block a user