Skip to content

Backticks in test case description cause the debugging and monitoring to fail #247

Open
@daelmaak

Description

@daelmaak

Environment

  1. node -v: 9.2.0

  2. npm -v: 5.5.1

  3. npm ls react-scripts (if you haven’t ejected): empty

  4. Operating system: [fill]
    Win 10

Steps to Reproduce

  1. Have a passing test with single quotes in description
  2. Then changing single quotes to backticks
    2018-02-03_21h19_33

Expected Behavior

The status on the left side of the test case is green, debugging works and error messages are provided next to code in case the test is not passing.

Actual Behavior

The status shows the test as not being run although it runs in the background. If not passing, there are no error messages next to code, only red underline on the culprit row. Debugging doesn't work in this test case.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions