We're improving the readability of the ones we're about to modify. Using human texts makes tests easier to read and guarantees we're testing from the user's point of view. For instance, if we write `fill_in banner_target_url`, the test will pass even if the field has no label associated to it. However, `fill_in "Link"` makes sure there's a field with an associated label.