-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
@tamarinvs19
Description
Description
Plugin dialog contains class fields in the list of methods.
To Reproduce
Steps to reproduce the behavior:
- Run the JavaScript project in IntelliJ Idea with file
/scenarios/hello.js
- Write this code to file
/scenarios/hello.js
:
class MyTestClass {
x = 100
}
- Use plugin on class
MyTestClass
to generate tests - See to list of methods
Expected behavior
The table with methods is supposed to be empty.
Actual behavior
x
field is present in the list of methods.
Visual proofs (screenshots, logs, images)
Environment
TestFramework: Mocha
OS: Windows 10
Intellij IDEA: IntelliJ IDEA 2020.2 (Ultimate Edition), Build #IU-202.6397.94, built on July 27, 2020
Runtime version: 11.0.7+10-b944.20 amd64
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done