fix: revive TC_HOM_02-09, hidden in a string literal since written - #73
Merged
Merged
Conversation
A stray ''' swallowed TC_HOM_02 through TC_HOM_09, so they never ran. Revived, they also needed: *Locators unpacking (they passed By.XPATH plus an already-(By, str) tuple), the smoke marker CI selects on, and current locators -- five of eight no longer matched the redesigned homepage. TC_HOM_04 now targets the search box's own Search button (the header one is gone); TC_HOM_07 the footer About Us link; TC_HOM_08 is removed (no sitemap link exists; footer links are covered by 07/09/15). TC_HOM_02 waits for the lazy-loaded 1.5MB hero SVG to finish loading. Refs #38.
This was referenced Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to #71 for
main. Conflict resolved by dropping the stray'''only —maindoesn't have TC_HOM_15/16 (they came toCIwith #43), so they are not introduced here.