See issue filed
Inside your terminal, run:
yarn
yarn cypress open
- Select
E2E Testing
- Select
Chrome
(Or any browser) - Click
web_component.cy.js
spec - wait for test to finish, text displayed should be
I am header 1
- hover over a command in the command log, the test displayed is
I am header 2
. This should beI am header 1
- hover over a different command in the command log, the test displayed is
I am header 3
. This should beI am header 1