The scenario seeds a record over the API and then checks it renders in the browser, so it genuinely is both. I tagged it as both and got:
✖ features/hybrid/seed-then-view.feature:6 tags/layer Scenario must carry exactly one layer tag (@ui, @api, @hybrid); found @hybrid @ui @api.Three? I only wrote two. The @hybrid is on the Feature: line, left over from before I split this file. So are feature-level tags counted as part of a scenario's tags, and if they are, how do I say "this one scenario is both layers"?