Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 715 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 715 Bytes

Cypress Issue 22153

See issue filed

Steps to reproduce

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 be I am header 1
  • hover over a different command in the command log, the test displayed is I am header 3. This should be I am header 1

custom-element-reproduction