Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

tests break the functionality of the page #286

Closed
tsacinim opened this issue Feb 25, 2018 · 3 comments
Closed

tests break the functionality of the page #286

tsacinim opened this issue Feb 25, 2018 · 3 comments
Assignees

Comments

@tsacinim
Copy link

Issue Description

Running the tests removes the editor content. Afterwards, the functionality is also lost.

To reproduce:

  1. select 'markdown previewer' test suite
  2. click 'run tests' button
  3. insert text in the 'editor' field (the preview is not updated)

Browser Information

  • Browser Name, Version: Chromium, 64.0.3282.167
  • Operating System: Ubuntu
  • Mobile, Desktop, or Tablet: Desktop

Your Code / Link to Your Pen

link to codepen

this is also happening in the official example:

link to official codepen

@tsacinim
Copy link
Author

The version of React used is 15.6.1 (this is the version added at the moment by default in codepen, also for this version dispatchEvent is reported as not working in the react issue linked). The official codepen uses React 15.3.1 (for which the dispachEvent is reported as working).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@tsacinim and others